- removing "vacations" word

This commit is contained in:
Krzysztof Rewak 2022-06-14 10:20:00 +02:00
parent 68e32ad930
commit 629def1668
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<template> <template>
<InertiaHead title="Kalendarz urlopów" /> <InertiaHead title="Kalendarz" />
<div class="bg-white shadow-md"> <div class="bg-white shadow-md">
<div class="flex justify-between items-center p-4 sm:px-6"> <div class="flex justify-between items-center p-4 sm:px-6">
<div class="flex items-center"> <div class="flex items-center">
<h2 class="text-lg font-medium leading-6 text-center text-gray-900"> <h2 class="text-lg font-medium leading-6 text-center text-gray-900">
Kalendarz urlopów Kalendarz
</h2> </h2>
<div class="flex items-center ml-3 rounded-md shadow-sm md:items-stretch"> <div class="flex items-center ml-3 rounded-md shadow-sm md:items-stretch">
<InertiaLink <InertiaLink

View File

@ -376,7 +376,7 @@ const vacationNavigation = computed(() =>
badge: props.vacationRequestsCount, badge: props.vacationRequestsCount,
}, },
{ {
name: 'Kalendarz urlopów', name: 'Kalendarz',
href: '/vacation/calendar', href: '/vacation/calendar',
section: 'Calendar', section: 'Calendar',
icon: CalendarIcon, icon: CalendarIcon,