This commit is contained in:
Adrian Hopek 2022-03-31 09:21:01 +02:00
parent 814a48db06
commit 969318b64f

View File

@ -24,7 +24,7 @@
<InertiaLink <InertiaLink
as="button" as="button"
:href="`/vacation/calendar/${currentMonth.value}`" :href="`/vacation/calendar/${currentMonth.value}`"
class="flex focus:relative items-center px-2 text-sm font-medium text-gray-700 hover:text-gray-900 bg-white hover:bg-gray-50 border-y border-gray-300 md:block" class="flex focus:relative items-center p-2 text-sm font-medium text-gray-700 hover:text-gray-900 bg-white hover:bg-gray-50 border-y border-gray-300"
> >
Dzisiaj Dzisiaj
</InertiaLink> </InertiaLink>