From 3a1f9af3d3c779f139a2d0923e71e12a7fe75ded Mon Sep 17 00:00:00 2001 From: Pablo Hdez <62877300+pheralb@users.noreply.github.com> Date: Thu, 11 May 2023 08:03:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Design=20improvements.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/+layout.svelte | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index f863591..3a99238 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -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" > Submit logo - +
- - Repository +
+ Repository {#if data.stars} - - Star | {data.stars} +
+
+ {data.stars} +
{/if} - -
+
+
+