🎨 Design improvements.

This commit is contained in:
Pablo Hdez 2023-05-11 08:03:58 +00:00
parent 0d159346f1
commit 3a1f9af3d3

View File

@ -76,21 +76,24 @@
class="flex w-full items-center space-x-2 rounded-md p-2 duration-100 hover:bg-neutral-200 dark:hover:bg-neutral-700/40" class="flex w-full items-center space-x-2 rounded-md p-2 duration-100 hover:bg-neutral-200 dark:hover:bg-neutral-700/40"
> >
<span>Submit logo</span> <span>Submit logo</span>
<ArrowUpRight size={16} /> <div><ArrowUpRight size={16} /></div>
</a> </a>
<a <a
href="https://github.com/pheralb/svgl" href="https://github.com/pheralb/svgl"
target="_blank" target="_blank"
class="flex w-full items-center space-x-2 rounded-md p-2 duration-100 hover:bg-neutral-200 dark:hover:bg-neutral-700/40" class="flex w-full items-center space-x-2 rounded-md p-2 duration-100 hover:bg-neutral-200 dark:hover:bg-neutral-700/40"
> >
<span class="flex items-center justify-center"> <div class="flex items-center space-x-2">
Repository <span class="flex items-center justify-center">Repository</span>
{#if data.stars} {#if data.stars}
- Star <span class="mx-[2px]"><Star size={14} /></span>| {data.stars} <div class="flex items-center space-x-1 text-neutral-400">
<div><Star size={14} weight="duotone" /></div>
<span>{data.stars}</span>
</div>
{/if} {/if}
<ArrowUpRight size={16} /> <div><ArrowUpRight size={16} /></div>
</span></a </div>
> </a>
</div> </div>
<a <a
href="https://twitter.com/pheralb_" href="https://twitter.com/pheralb_"