️ Update category link color in svgCard component to fix accesibility issue

This commit is contained in:
Miguel Ángel Durán 2024-01-17 19:22:24 +01:00
parent 6a6c397c21
commit dd314719b4

View File

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