From 6b26b50326f963fba21b394690859e3dc7201bb9 Mon Sep 17 00:00:00 2001 From: OfficialFreak Date: Sat, 4 Nov 2023 19:05:16 +0100 Subject: [PATCH] removed text as information is available in navbar --- client/src/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/App.svelte b/client/src/App.svelte index 79d2230..63b30f8 100644 --- a/client/src/App.svelte +++ b/client/src/App.svelte @@ -385,10 +385,10 @@ {:else if $logged_in} {#if $current_page.substring(0, 4) === "plan" || $current_page === "weekplan"}

{emoji} {greeting}

- {#if $selected_favourite !== -1 && $favourites[$selected_favourite]} +