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 6504ad3 commit 0c76f84Copy full SHA for 0c76f84
src/components/header.astro
@@ -13,7 +13,6 @@ const navItems: Array<NavItem> = [
13
{ title: "AI/ML Guides", url: "https://mlpurdue.notion.site/AI-ML-Guides-336e3bf13bd44738bb24217b678650d7"},
14
{ title: "Sponsor", url: "https://mlpurdue.notion.site/2023-2024-Sponsors-51f7ef777d104eecb3fb6edc2e693209"},
15
{ title: "Contact", url: "/contact" },
16
- { title: "Archive", url: "/events-archive" },
17
];
18
const { fixed } = Astro.props;
19
---
0 commit comments