Skip to content

Commit

Permalink
🎨 Design improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed May 11, 2023
1 parent 0d15934 commit 3a1f9af
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<span>Submit logo</span>
<ArrowUpRight size={16} />
<div><ArrowUpRight size={16} /></div>
</a>
<a
href="https://github.com/pheralb/svgl"
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"
>
<span class="flex items-center justify-center">
Repository
<div class="flex items-center space-x-2">
<span class="flex items-center justify-center">Repository</span>
{#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}
<ArrowUpRight size={16} />
</span></a
>
<div><ArrowUpRight size={16} /></div>
</div>
</a>
</div>
<a
href="https://twitter.com/pheralb_"
Expand Down

1 comment on commit 3a1f9af

@vercel
Copy link

@vercel vercel bot commented on 3a1f9af May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgl – ./

svgl.vercel.app
svgl-git-main-pheralb.vercel.app
svgl-pheralb.vercel.app

Please sign in to comment.