From 1cb5fe9f8b9f8a8a0407d73e568695abdb0dd2ec Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 18 Mar 2024 21:08:48 -0700 Subject: [PATCH] style: fix settings page formatting --- client/src/lib/Apps/Settings/Settings.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/lib/Apps/Settings/Settings.svelte b/client/src/lib/Apps/Settings/Settings.svelte index 9cc389d..c5d721e 100644 --- a/client/src/lib/Apps/Settings/Settings.svelte +++ b/client/src/lib/Apps/Settings/Settings.svelte @@ -9,7 +9,7 @@ import { onMount } from 'svelte' import { fly } from 'svelte/transition' - settingsStore.subscribe(async value => { + settingsStore.subscribe(async (value) => { window.localStorage.setItem('settings', JSON.stringify(value)) }) @@ -31,7 +31,7 @@

Settings

Hover over setting names to see helpful tooltips