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

@@ -9,7 +9,9 @@
<span class="material-icons-outlined text-4xl transition-all text-black-400">{{ $icons[$report->id] }}</span>
<div class="h-10 font-medium text-sm mt-2">
<x-text.hover text="{{ $report->name }}" group-hover />
<x-link.hover group-hover>
{{ $report->name }}
</x-link.hover>
</div>
</a>
@endforeach