component name changed

This commit is contained in:
Burak Civan
2022-06-27 14:53:06 +03:00
parent f68a566c22
commit 990354b337
29 changed files with 115 additions and 39 deletions

View File

@@ -1,6 +1,8 @@
<div>
<h2 class="lg:text-lg font-medium text-black">
<x-text.hover text="{{ $title }}" group-hover />
<x-link.hover group-hover>
{{ $title }}
</x-link.hover>
</h2>
@if (! empty($description))

View File

@@ -23,7 +23,9 @@
{!! $button !!}
@else
<a href="{!! $url !!}">
<x-text.hover text="{{ $textAction }}" color="to-white" />
<x-link.hover color="to-white">
{{ $textAction }}
</x-link.hover>
</a>
@endif
</div>