Skip to content

Commit

Permalink
Merge pull request #6 from zedjarvis/release
Browse files Browse the repository at this point in the history
fix: 🐛 footer link typo
  • Loading branch information
zedjarvis authored Oct 18, 2024
2 parents 3e3f9d1 + bef352e commit 0eeb02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/IndexFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<footer class="max-w-md pb-16 text-sm text-slate-500 sm:pb-0">
<p>
Inspired by
<InlineLink url="https://britannychiang.com" text="Brittany Chiang" />.
<InlineLink url="https://brittanychiang.com" text="Brittany Chiang" />.
Built with
<InlineLink url="https://nuxt.com/" text="Nuxt.js" />
and
Expand Down

0 comments on commit 0eeb02c

Please sign in to comment.