Skip to content

Commit b8a2a3a

Browse files
authored
Merge pull request #1 from trueberryless/trueberryless-fix-github-link
fix your GitHub Navigation link
2 parents 7f9e19d + c8e3ac8 commit b8a2a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navigation.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const pages = [
44
{ label: "About", link: "/" },
55
{ label: "Blog", link: "/blog/" },
66
{ label: "Twitter", link: "https://twitter.com/yanthomasdev" },
7-
{ label: "GitHub", link: "https://github.com/Yan-Thomas" },
7+
{ label: "GitHub", link: "https://github.com/yanthomasdev" },
88
];
99
---
1010

0 commit comments

Comments
 (0)