Skip to content

Commit

Permalink
Add email to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jackreimers committed Mar 26, 2024
1 parent 763a0a9 commit feb9a86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/404.html

This file was deleted.

5 changes: 4 additions & 1 deletion src/lib/components/layout/footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@

<footer class="mt-16 md:mt-32">
<div class="flex w-full justify-center gap-3">
<Button href="mailto:" classes="btn-hover rounded-full bg-white p-4 shadow">
<Button
href="mailto:[email protected]"
classes="btn-hover rounded-full bg-white p-4 shadow"
>
<Mail />
</Button>
<Button
Expand Down
2 changes: 0 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
<div class="h-screen">
<div class="flex min-h-full flex-col">
<Header />

<div class="container mx-auto max-w-3xl flex-1 px-6 sm:px-8 md:px-12 xl:max-w-5xl">
<slot />
</div>

<Footer />
</div>
</div>

0 comments on commit feb9a86

Please sign in to comment.