Skip to content

Commit

Permalink
fix footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
stromseng committed Oct 4, 2023
1 parent 67da269 commit 8ffecd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
<svelte:fragment slot="pageFooter">
<AppBar gridColumns="grid-cols-1" slotDefault="place-self-center" class="w-full mt-10">
<div>
This website was built using <a class="anchor" href="https://www.sanity.io/">Svelte</a>,
<a class="anchor" href="https://svelte.dev">Sanity</a>,
This website was built using <a class="anchor" href="https://svelte.dev">Svelte</a>,
<a class="anchor" href="https://www.sanity.io/">Sanity</a>,
<a class="anchor" href="https://vitejs.dev">Vite</a>,
<a class="anchor" href="https://www.skeleton.dev">Skeleton-UI</a>
and <a class="anchor" href="https://fontawesome.com">Fontawesome</a>
Expand Down

0 comments on commit 8ffecd5

Please sign in to comment.