From 884a01e31b2cd812d481f588cbee61d586734d6f Mon Sep 17 00:00:00 2001 From: WardPearce Date: Tue, 2 Apr 2024 16:39:48 +1300 Subject: [PATCH] Added tooltips to top right buttons --- materialious/src/routes/+layout.svelte | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/materialious/src/routes/+layout.svelte b/materialious/src/routes/+layout.svelte index cc03ef81..d24d5231 100644 --- a/materialious/src/routes/+layout.svelte +++ b/materialious/src/routes/+layout.svelte @@ -225,18 +225,29 @@ class="button circle large transparent" > code +
Star us on Github!
{#if isLoggedIn} + >notifications +
Notifications
+ {/if} - + {#if !isLoggedIn} - + {:else} - + {/if}