From e8c155b5dba7376e9235683e0eb21a68b941fb60 Mon Sep 17 00:00:00 2001 From: April Hall Date: Sat, 15 Feb 2025 21:46:30 -0500 Subject: [PATCH] feat: Account settings page title --- src/routes/(main)/account/+page.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/(main)/account/+page.svelte b/src/routes/(main)/account/+page.svelte index 8784b4b..e5059bd 100644 --- a/src/routes/(main)/account/+page.svelte +++ b/src/routes/(main)/account/+page.svelte @@ -11,6 +11,10 @@ let open: boolean = $state(false); + + SVChat | Account Settings + +