Skip to content

Commit

Permalink
Merge pull request #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 148f3e1 + 23961f0 commit f051c7b
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 f051c7b

Please sign in to comment.