From b8ad70229dbc6749e95b36219a15fc5097fc8093 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 30 Nov 2025 13:59:40 -0800 Subject: [PATCH] fix database dropdown item rendering --- src/lib/components/Navigation.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index 73a944a5..faa0d479 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -199,7 +199,9 @@ {#if role !== null && role >= 7} - Database + + Database + {/if} {#if isAuth}