color black attr. ejected from relating pages
This commit is contained in:
@ -113,7 +113,7 @@
|
||||
|
||||
<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) }}" color="to-black" />
|
||||
<x-text.hover text="{{ Str::limit(setting('company.name'), 22) }}" />
|
||||
</span>
|
||||
|
||||
@can('read-common-companies')
|
||||
|
@ -14,7 +14,7 @@
|
||||
<div class="grid grid-cols-2 gap-2">
|
||||
@foreach ($categories as $slug => $category)
|
||||
<x-link href="{{ $categoryUrl($slug) }}" class="font-semibold text-sm ltr:pr-4 rtl:pl-4 lg:pr-0 truncate bg-transparent" override="class">
|
||||
<x-text.hover text="{{ $category }}" color="to-black" />
|
||||
<x-text.hover text="{{ $category }}" />
|
||||
</x-link>
|
||||
@endforeach
|
||||
</div>
|
||||
|
@ -84,7 +84,7 @@
|
||||
|
||||
<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) }}" color="to-black" />
|
||||
<x-text.hover text="{{ Str::limit(setting('company.name'), 22) }}" />
|
||||
</span>
|
||||
|
||||
@can('read-common-companies')
|
||||
|
Reference in New Issue
Block a user