package components var DefaultNavBar = []NavItem{ {Name: "Cluster", Href: "/"}, {Name: "Configuration", Href: "/config"}, {Name: "About", Href: "/about"}, }