This commit is contained in:
Adrian Hopek 2022-03-31 09:22:18 +02:00
parent 969318b64f
commit 45e9f8eaf9

View File

@ -24,7 +24,7 @@
<InertiaLink
as="button"
:href="`/vacation/calendar/${currentMonth.value}`"
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"
class="hidden 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 md:flex"
>
Dzisiaj
</InertiaLink>