Skip to content

Commit

Permalink
Update homepage.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky authored Oct 14, 2024
1 parent dd7c5f8 commit 2c68cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/homepage.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@foreach($menu as $slug => $title)
<a class="block md:inline-block font-medium leading-normal my-4 md:mx-2 md:my-1 underline hover:no-underline uppercase" href="{{ route('article', ['article' => $slug]) }}">{{ $title }}</a>
@endforeach
<a class="block md:inline-block font-medium leading-normal my-4 md:mx-2 md:my-1 underline hover:no-underline uppercase" href="{{ route('catalog') }}">Katalog výstavy</a>
<a class="block md:inline-block font-medium leading-normal my-4 md:mx-2 md:my-1 underline hover:no-underline uppercase" href="{{ route('catalog') }}">Katalog</a>
</div>
</div>
@endsection

0 comments on commit 2c68cd4

Please sign in to comment.