Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
m-krebs committed Dec 10, 2024
1 parent 28ac5b7 commit 1a4c84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<footer class="w-full pb-3 flex flex-col gap-3 sm:grid grid-cols-1 sm:grid-cols-3 mx-auto pt-4 inset-x-0 h-16 max-w-5xl sticky top-[100vh] text-sm text-center">
<!-- TODO: use correct name -->
<p class="flex-shrink-0">&copy; {new Date().getFullYear()} Haarstudio Pauli</p>
<p class="flex-shrink-0 md:text-left">&copy; {new Date().getFullYear()} Haarstudio Pauli</p>
<div class="mx-auto">
{#await socialMediaPromise then socialMedia}
{#each socialMedia as item}
Expand Down

0 comments on commit 1a4c84a

Please sign in to comment.