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 @@
<x-dropdown id="dashboard-list">
<x-slot name="trigger" class="flex items-center" override="class">
<span class="text-2xl xl:text-5xl text-black font-light truncate">
<x-text.hover text="{{ $dashboard->name }}" color="to-black-700" />
<x-link.hover color="to-black-700">
{{ $dashboard->name }}
</x-link.hover>
</span>
<svg class="w-5 h-5 mt-1 text-gray-400" x-description="Heroicon name: solid/selector" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">

View File

@@ -42,7 +42,9 @@
<div class="ltr:ml-2 rtl:mr-2">
<h2 class="mb-1">
<x-text.hover text="{{ $report->name }}" group-hover />
<x-link.hover group-hover>
{{ $report->name }}
</x-link.hover>
</h2>
<span class="text-black-400 text-sm">{{ $report->description }}</span>