Skip to content

Commit

Permalink
Account title not changing bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgenovski committed Feb 25, 2024
1 parent 2908970 commit 314afa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/routes/(admin)/account/(menu)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
adminSection.set("home")
</script>

<svelte:head>
<title>Account</title>
</svelte:head>

<h1 class="text-2xl font-bold mb-1">Dashboard</h1>
<div class="alert alert-error max-w-lg mt-2">
<svg
Expand Down
4 changes: 0 additions & 4 deletions src/routes/(admin)/account/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@
})
</script>

<svelte:head>
<title>Account</title>
</svelte:head>

<slot />

0 comments on commit 314afa6

Please sign in to comment.