Update siteConfig.tsx

This commit is contained in:
Sam Heinz
2025-01-30 16:38:36 +10:00
parent f916ed84e1
commit be739dce83
+3 -5
View File
@@ -26,14 +26,12 @@ export const navbarLinks = [
icon: <Scroll className="h-4 w-4" />, icon: <Scroll className="h-4 w-4" />,
text: "Change Log", text: "Change Log",
}, },
!isMobile {
? {
href: `https://github.com/asylumexp/Proxmox/discussions`, href: `https://github.com/asylumexp/Proxmox/discussions`,
event: "Discussions", event: "Discussions",
icon: <MessagesSquare className="h-4 w-4" />, icon: <MessagesSquare className="h-4 w-4" />,
text: "Discussions", text: "Discussions"
} },
: null,
].filter(Boolean) as { href: string; event: string; icon: React.ReactNode; text: string }[]; ].filter(Boolean) as { href: string; event: string; icon: React.ReactNode; text: string }[];
export const mostPopularScripts = [ export const mostPopularScripts = [