From 1c5fe1e25d8e3ea2921ccbb552ca8798d86e8f43 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 8 May 2023 23:14:27 +0200 Subject: [PATCH] feat: make 'dev' indicator less intrusive --- frontend/src/routes/nav/Navigation.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/nav/Navigation.svelte b/frontend/src/routes/nav/Navigation.svelte index af9f26c..8052181 100644 --- a/frontend/src/routes/nav/Navigation.svelte +++ b/frontend/src/routes/nav/Navigation.svelte @@ -121,9 +121,10 @@ > - beta {#if commit === "[unknown]"} - DEV + dev + {:else} + beta {/if}