forked from forkanization/Proxmox-arm64
Update siteConfig.tsx
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user