From d738c8eaab653318e5fea6a0714551626617a5a2 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Tue, 31 Jan 2023 18:11:48 +0100 Subject: [PATCH] :sparkles: Added Donate button to navbar --- frontend/src/lib/navbar.svelte | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/navbar.svelte b/frontend/src/lib/navbar.svelte index 55c4bb3..b629284 100644 --- a/frontend/src/lib/navbar.svelte +++ b/frontend/src/lib/navbar.svelte @@ -9,6 +9,7 @@ import { signedIn, pathname } from '$lib/stores'; import { createTippy } from 'svelte-tippy'; import { browser } from '$app/environment'; + import BrownButton from '$lib/components/buttons/brown.svelte'; const tippy = createTippy({ arrow: true, @@ -173,8 +174,11 @@ {/if}
+
+ Donate ❤️ +
{#if darkMode}
+ +