Temporarily disable mars rover software lead for deploy
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
import type { navLink } from "@interfaces/site-layout.ts";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
export const siteLayout: navLink[] = [
|
||||
// Standard navbar entries
|
||||
{ navText: "About", path: "" },
|
||||
@@ -74,10 +86,12 @@ export const siteLayout: navLink[] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
enabled: false,
|
||||
navText: "OSU Robotics Club",
|
||||
path: "osu-robotics-club",
|
||||
children: [
|
||||
{
|
||||
enabled: false,
|
||||
navText: "Mars Rover Software Team Lead",
|
||||
path: "mars-rover-software-team-lead",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user