This commit is contained in:
2023-02-10 19:31:58 -05:00
parent bfaecac67d
commit 6eb16e8937
+1 -1
View File
@@ -4,7 +4,7 @@ console.log(pathname);
const navLinks = [
{ label: "Blog", icon: "website-with-texticonImage24px", path: "/" },
{ label: "About", icon: "usericonImage24px", path: "/about" },
{ label: "About", icon: "usericonImage24px", path: "/about/" },
];
---