Skip to content

Commit 5b984dc

Browse files
committed
temp: remove sponsors page
1 parent 0a66ca1 commit 5b984dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/layouts/Layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ const Layout = () => {
116116
const nav = {
117117
clubname: "HackMelbourne",
118118
logo: "/img/HM_White_Transparent.png",
119-
pages: ["About", "Blog", "Calendar", "Sponsors", "Links"],
120-
links: ["/about/meettheteam", "/blogs", "/upcoming/calendar", "/sponsors", "upcoming/links"],
121-
pills: [aboutPills, linkPills, calendarPills, sponsorPills, blogPills],
119+
pages: ["About", "Blog", "Calendar", "Links"],
120+
links: ["/about/meettheteam", "/blogs", "/upcoming/calendar", "upcoming/links"],
121+
pills: [aboutPills, linkPills, calendarPills, blogPills],
122122
// pages: ["About", "Blog", "Calendar", "Sponsors", "Links", "Join Us"],
123123
// links: ["/about/meettheteam", "/blogs", "/upcoming/calendar", "/sponsors", "upcoming/links", "/apply"],
124124
// pills: [aboutPills, linkPills, calendarPills, sponsorPills, blogPills, joinusPills],

0 commit comments

Comments
 (0)