Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Nov 2, 2024
1 parent acecc64 commit fe2c035
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ interface Props {
<main class="pb-16 pt-8 leading-relaxed sm:pt-12">
<slot />
</main>
<footer class="flex place-content-center py-12">
<a href="https://github.com/pilcrowonpaper/pilcrow" class="text-zinc-450">Source code</a>
<footer class="flex place-content-between py-12">
<p class="text-zinc-450 text-sm">Copyright © 2024 pilcrowonpaper. All rights reserved.</p>
<a href="https://github.com/pilcrowonpaper/pilcrow" class="text-main underline text-sm hover:text-zinc-450"
>Source code</a
>
</footer>
</body>
<style>
Expand Down

0 comments on commit fe2c035

Please sign in to comment.