From 92f9bf6908f25c870f0a15cf0df69125162f5a6d Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sat, 31 May 2025 21:10:42 -0400 Subject: [PATCH] fix: standardize quotes in language object and improve dropdown z-index --- frontend/src/lib/components/Navbar.svelte | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/Navbar.svelte b/frontend/src/lib/components/Navbar.svelte index 7fc134d..5ab54aa 100644 --- a/frontend/src/lib/components/Navbar.svelte +++ b/frontend/src/lib/components/Navbar.svelte @@ -59,7 +59,7 @@ zh: '中文', pl: 'Polski', ko: '한국어', - no: "Norsk" + no: 'Norsk' }; let query: string = ''; @@ -107,7 +107,7 @@