1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00
This commit is contained in:
Lars Klopstra 2021-04-07 18:58:28 +02:00
parent 28555af28f
commit b7dbfc5f2a
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
class="flex flex-col items-center space-y-6 md:space-y-12 text-center group transition transform active:scale-[0.99] duration-75 relative"
role="article">
<a class="absolute inset-0 w-full h-full" title="{{ $tip->title }}"
href="{{ route('tip.show', $tip) }}">
href="{{ route('tip.show', $tip, false) }}">
<span class="sr-only">{{ $tip->title }}</span>
</a>