Skip to content

Commit c8e3ac8

Browse files
Update Navigation.astro
1 parent 7f9e19d commit c8e3ac8

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)