Skip to content

Commit

Permalink
Update header.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
sameehaafr authored Aug 13, 2024
1 parent 6504ad3 commit 0c76f84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const navItems: Array<NavItem> = [
{ title: "AI/ML Guides", url: "https://mlpurdue.notion.site/AI-ML-Guides-336e3bf13bd44738bb24217b678650d7"},
{ title: "Sponsor", url: "https://mlpurdue.notion.site/2023-2024-Sponsors-51f7ef777d104eecb3fb6edc2e693209"},
{ title: "Contact", url: "/contact" },
{ title: "Archive", url: "/events-archive" },
];
const { fixed } = Astro.props;
---
Expand Down

0 comments on commit 0c76f84

Please sign in to comment.