We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f9e19d + c8e3ac8 commit b8a2a3aCopy full SHA for b8a2a3a
1 file changed
src/components/Navigation.astro
@@ -4,7 +4,7 @@ const pages = [
4
{ label: "About", link: "/" },
5
{ label: "Blog", link: "/blog/" },
6
{ label: "Twitter", link: "https://twitter.com/yanthomasdev" },
7
- { label: "GitHub", link: "https://github.com/Yan-Thomas" },
+ { label: "GitHub", link: "https://github.com/yanthomasdev" },
8
];
9
---
10
0 commit comments