Dark footer, added photos for offsite backup rack

This commit is contained in:
2025-11-06 17:37:33 -08:00
parent 128dc14459
commit 3e34b94ec5
21 changed files with 57 additions and 16 deletions

View File

@@ -69,10 +69,6 @@ export const siteLayout: navLink[] = [
navText: "OSU Robotics Club",
path: "osu-robotics-club",
children: [
{
navText: "Club Officer",
path: "club-officer",
},
{
navText: "Mars Rover Software Team Lead",
path: "mars-rover-software-team-lead",
@@ -84,6 +80,10 @@ export const siteLayout: navLink[] = [
{
navText: "Mars Rover Electrical Team Lead",
path: "mars-rover-electrical-team-lead",
},
{
navText: "Club Officer",
path: "club-officer",
}
]
},