Skip to content

Commit

Permalink
fix(homepage): add back header
Browse files Browse the repository at this point in the history
  • Loading branch information
Zickles committed Jul 24, 2024
1 parent d0e148c commit 23616a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts">
import { goto } from "$app/navigation";
import Header from "$lib/components/Header.svelte";
import type { ButtonEvents } from "bits-ui";
import { Button } from "bits-ui";
Expand All @@ -14,6 +15,8 @@
}
</script>

<Header />

<main class="mx-auto flex h-full max-w-[68rem] flex-col justify-center gap-6 pb-[max(1.25rem+env(safe-area-inset-bottom))] pl-[max(1.25rem+env(safe-area-inset-left))] pr-[max(1.25rem+env(safe-area-inset-right))] pt-5">
<form class="flex w-full flex-col justify-center gap-6 rounded-lg py-6 text-3xl backdrop-blur-lg backdrop-brightness-50">
<h2 class="m-1 w-full text-center font-semibold">Show SkyBlock stats for</h2>
Expand Down

0 comments on commit 23616a3

Please sign in to comment.