import { MessagesSquare, Scroll } from "lucide-react"; import { FaGithub } from "react-icons/fa"; export const navbarLinks = [ { href: "https://github.com/community-scripts/ProxmoxVE", event: "Github", icon: , text: "Github", }, { href: "https://github.com/community-scripts/ProxmoxVE/blob/main/CHANGELOG.md", event: "Change Log", icon: , text: "Change Log", }, { href: "https://github.com/community-scripts/ProxmoxVE/discussions", event: "Discussions", icon: , text: "Discussions", }, ];