mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
wip
This commit is contained in:
parent
28555af28f
commit
b7dbfc5f2a
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue