fix(frontend): set title for all settings pages, not just the root

This commit is contained in:
Sam 2023-03-15 16:33:28 +01:00
parent 419a3831ee
commit 4fbbafc763
No known key found for this signature in database
GPG key ID: B4EF20DDE721CAA1
2 changed files with 4 additions and 4 deletions

View file

@ -19,6 +19,10 @@
};
</script>
<svelte:head>
<title>Settings - pronouns.cc</title>
</svelte:head>
<div class="grid">
<div class="row">
<div class="col-md-3 m-3">

View file

@ -56,10 +56,6 @@
};
</script>
<svelte:head>
<title>Settings - pronouns.cc</title>
</svelte:head>
<h1>Your profile</h1>
<div class="grid">