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:
parent
330315c615
commit
1f8f593116
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user