button animated change component..

This commit is contained in:
Cüneyt Şentürk
2022-07-04 12:52:24 +03:00
parent 47610fa373
commit ded7bfdce6
31 changed files with 135 additions and 84 deletions

View File

@ -14,11 +14,11 @@
{!! $item->description !!}
</p>
<a href="{{ $item->action }}" class="font-light text-sm" target="_blank">
<x-link.hover>
<x-link href="{{ $item->action }}" class="font-light text-sm" override="class" target="_blank">
<x-link.hover>
{{ $item->learn_more }}
</x-link.hover>
</a>
</x-link>
</div>
<div class="absolute ltr:right-0 rtl:left-0 -top-4">

View File

@ -14,11 +14,11 @@
{!! $item->description !!}
</p>
<a href="{{ $item->action }}" class="font-light text-sm">
<x-link href="{{ $item->action }}" class="font-light text-sm" override="class" target="_blank">
<x-link.hover>
{{ $item->learn_more }}
</x-link.hover>
</a>
</x-link>
</div>
<div class="absolute ltr:right-0 rtl:left-0 -top-4">