1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 19:31:52 +00:00

add reactmode

This commit is contained in:
CanbiZ 2025-01-16 14:51:23 +01:00 committed by GitHub
parent 330315c615
commit 1f8f593116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
import { OperatingSystem } from "@/lib/types";
import { MessagesSquare, Scroll } from "lucide-react";
import { FaDiscord, FaGithub } from "react-icons/fa";
import React from "react";
export const basePath = process.env.BASE_PATH;
@ -33,7 +34,7 @@ export const navbarLinks = [
text: "Discussions",
}
: null,
].filter(Boolean) as { href: string; event: string; icon: JSX.Element; text: string }[]; // Typ-Anpassung nach filter(Boolean)
].filter(Boolean) as { href: string; event: string; icon: React.ReactNode; text: string }[];
export const mostPopularScripts = [
"Proxmox VE Post Install",