color black attr. ejected from relating pages

This commit is contained in:
Burak Civan
2022-06-23 14:44:37 +03:00
parent 62e717a1b8
commit e985a057e2
20 changed files with 20 additions and 20 deletions

View File

@ -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>