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

@ -35,7 +35,7 @@
@foreach($category['reports'] as $report)
<div class="flex justify-between sm:col-span-3 p-1 group">
<div class="lg:w-80">
<a href="{{ route('reports.show', $report->id) }}" class="flex">
<x-link href="{{ route('reports.show', $report->id) }}" class="flex" override="class">
<span class="material-icons-outlined text-5xl transform transition-all hover:scale-125 text-black-400">
{{ $icons[$report->id] }}
</span>
@ -47,9 +47,11 @@
</x-link.hover>
</h2>
<span class="text-black-400 text-sm">{{ $report->description }}</span>
<span class="text-black-400 text-sm">
{{ $report->description }}
</span>
</div>
</a>
</x-link>
</div>
<div class="flex items-start ltr:space-x-2 rtl:space-x-reverse">