mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
🎨 Design improvements.
This commit is contained in:
parent
0d159346f1
commit
3a1f9af3d3
@ -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_"
|
||||||
|
Loading…
Reference in New Issue
Block a user