static a tag convert to view component

This commit is contained in:
Burak Civan
2022-08-03 14:04:32 +03:00
parent 5cb11e3ea6
commit 0dfc8df574
46 changed files with 167 additions and 138 deletions

View File

@ -11,9 +11,9 @@
{{ trans('modules.no_apps') }}
</p>
<a href="{{ route('apps.home.index') }}" class="px-3 py-1 bg-green rounded-md text-white">
<x-link href="{{ route('apps.home.index') }}" class="px-3 py-1 bg-green rounded-md text-white" override="class">
{{ trans('modules.see_all') }}
</a>
</x-link>
</div>
</div>