We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed18361 commit fe017a2Copy full SHA for fe017a2
src/components/header.astro
@@ -11,7 +11,7 @@ const navItems: Array<NavItem> = [
11
{ title: "Projects", url: "https://mlpurdue.notion.site/8e83150770684e118ed6f423ba54fb81" },
12
{ title: "Events", url: "/#eventscalendar" },
13
{ title: "AI/ML Guides", url: "https://mlpurdue.notion.site/AI-ML-Guides-336e3bf13bd44738bb24217b678650d7"},
14
- { title: "Sponsor", url: "/sponsor"},
+ { title: "Sponsor", url: "https://mlpurdue.notion.site/2023-2024-Sponsors-51f7ef777d104eecb3fb6edc2e693209"},
15
{ title: "Contact", url: "/contact" },
16
{ title: "Archive", url: "/events-archive" },
17
];
0 commit comments