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

@ -113,7 +113,9 @@
<div class="flex ltr:ml-2 rtl:mr-2">
<span class="w-28 text-left block text-base truncate">
<x-text.hover text="{{ Str::limit(setting('company.name'), 22) }}" />
<x-link.hover>
{{ Str::limit(setting('company.name'), 22) }}
</x-link.hover>
</span>
@can('read-common-companies')