feat: Account settings page title

This commit is contained in:
April Hall 2025-02-15 21:46:30 -05:00
parent ab05344e8e
commit e8c155b5db
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -11,6 +11,10 @@
let open: boolean = $state(false); let open: boolean = $state(false);
</script> </script>
<svelte:head>
<title>SVChat | Account Settings</title>
</svelte:head>
<main class="abs-center w-2/3"> <main class="abs-center w-2/3">
<div class="relative grid w-full grid-cols-1 gap-3 md:grid-cols-2"> <div class="relative grid w-full grid-cols-1 gap-3 md:grid-cols-2">
<UpdatePassword data={data.newpassForm} /> <UpdatePassword data={data.newpassForm} />