component name changed
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user