Skip to content

Commit

Permalink
fix donation links
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Mar 11, 2024
1 parent 70dab93 commit 28b1f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ interface Props {
<a href="https://twitter.com/pilcrowonpaper" class="hover:text-main hover:underline"
>Twitter</a
>
<a href="hhttps://github.com/sponsors/pilcrowOnPaper" class="hover:text-main hover:underline"
<a href="https://github.com/sponsors/pilcrowOnPaper" class="hover:text-main hover:underline"
>Donate</a
>
</div>
Expand Down

0 comments on commit 28b1f56

Please sign in to comment.