Skip to content

Commit

Permalink
Merge pull request CriticalMoments#18 from mgenovski/bug-page-title
Browse files Browse the repository at this point in the history
Wrong title in account page bug fix
  • Loading branch information
scosman authored Feb 26, 2024
2 parents 2908970 + 314afa6 commit 1d5a78c
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
@@ -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
4 changes: 0 additions & 4 deletions src/routes/(admin)/account/+layout.svelte
Original file line number Diff line number Diff line change
@@ -18,8 +18,4 @@
})
</script>

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

<slot />

0 comments on commit 1d5a78c

Please sign in to comment.