🛠️ svgCard improvements.

This commit is contained in:
pheralb 2023-03-20 09:35:15 +00:00
parent 2675526064
commit dd57fcdad4

View File

@ -46,7 +46,10 @@
<img src={svgInfo.route} alt={svgInfo.title} class="mb-4 mt-2 h-10" />
<div class="mb-3 flex flex-col items-center justify-center">
<p class="truncate text-[15px] font-medium">{svgInfo.title}</p>
<span class="text-sm lowercase text-neutral-500">{svgInfo.category}</span>
<a
href={`/directory/${svgInfo.category.toLowerCase()}`}
class="text-sm lowercase text-neutral-500 hover:underline">{svgInfo.category}</a
>
</div>
<div class="flex items-center space-x-1">
<button