mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 15:08:07 +08:00
♿️ Update category link color in svgCard component to fix accesibility issue
This commit is contained in:
parent
6a6c397c21
commit
dd314719b4
@ -179,7 +179,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
href={`/directory/${svgInfo.category.toLowerCase()}`}
|
href={`/directory/${svgInfo.category.toLowerCase()}`}
|
||||||
class="text-sm lowercase text-neutral-500 hover:underline font-mono">{svgInfo.category}</a
|
class="text-sm lowercase text-neutral-400 hover:underline font-mono">{svgInfo.category}</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user