fix github link

This commit is contained in:
Sam Heinz
2025-06-30 11:50:15 +10:00
parent 4d71fdd8e0
commit b1c4b055ed
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ export const basePath = process.env.BASE_PATH || "";
export const navbarLinks = [
{
href: `https://github.com/community-scripts/${basePath}`,
href: `https://github.com/asylumexp/Proxmox`,
event: "Github",
icon: <FaGithub className="h-4 w-4" />,
text: "Github",
@@ -21,14 +21,14 @@ export const navbarLinks = [
text: "Discord",
},
{
href: `https://github.com/community-scripts/${basePath}/blob/main/CHANGELOG.md`,
href: `https://github.com/asylumexp/Proxmox/blob/main/CHANGELOG.md`,
event: "Change Log",
icon: <Scroll className="h-4 w-4" />,
text: "Change Log",
mobileHidden: true,
},
{
href: `https://github.com/community-scripts/${basePath}/discussions`,
href: `https://github.com/asylumexp/Proxmox/discussions`,
event: "Discussions",
icon: <MessagesSquare className="h-4 w-4" />,
text: "Discussions",