Skip to content

Commit

Permalink
feat: add title to admin home page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaioFelps committed Dec 25, 2024
1 parent d640c0c commit 66960c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/admin/(authorized)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
import RocketLaunch from "phosphor-svelte/lib/RocketLaunch";
import type { PageLoadData } from "./handlers";
import { formatLogString } from "$crate/utils";
import Title from "$crate/components/title.svelte";
export let data: PageLoadData;
</script>

<Title title="Home" adminRoute />

<section class="mb-12">
<h2 class="mb-6">Status</h2>

Expand Down

0 comments on commit 66960c0

Please sign in to comment.