Skip to content

Commit 0eeb02c

Browse files
authored
Merge pull request #6 from zedjarvis/release
fix: 🐛 footer link typo
2 parents 3e3f9d1 + bef352e commit 0eeb02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/IndexFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<footer class="max-w-md pb-16 text-sm text-slate-500 sm:pb-0">
33
<p>
44
Inspired by
5-
<InlineLink url="https://britannychiang.com" text="Brittany Chiang" />.
5+
<InlineLink url="https://brittanychiang.com" text="Brittany Chiang" />.
66
Built with
77
<InlineLink url="https://nuxt.com/" text="Nuxt.js" />
88
and

0 commit comments

Comments
 (0)