Clickable link does not appear clickable

This commit is contained in:
Merve Karaman
2023-03-17 10:59:23 +03:00
parent fe2d651148
commit f2277141d9
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
@class([
$color,
$groupHover ? 'group-hover:bg-full-2' : 'hover:bg-full-2',
'bg-no-repeat bg-0-2 bg-0-full bg-gradient-to-b from-transparent transition-backgroundSize'
'bg-no-repeat bg-0-2 bg-0-full bg-gradient-to-b from-transparent transition-backgroundSize cursor-pointer'
])
>
{!! $slot !!}