From fe017a21a4037183874134fc10f44756bb027410 Mon Sep 17 00:00:00 2001 From: Sameeha Afrulbasha <75040242+sameehaafr@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:12:33 -0700 Subject: [PATCH] Update header.astro --- src/components/header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header.astro b/src/components/header.astro index b3445be..48f2f2c 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -11,7 +11,7 @@ const navItems: Array = [ { title: "Projects", url: "https://mlpurdue.notion.site/8e83150770684e118ed6f423ba54fb81" }, { title: "Events", url: "/#eventscalendar" }, { title: "AI/ML Guides", url: "https://mlpurdue.notion.site/AI-ML-Guides-336e3bf13bd44738bb24217b678650d7"}, - { title: "Sponsor", url: "/sponsor"}, + { title: "Sponsor", url: "https://mlpurdue.notion.site/2023-2024-Sponsors-51f7ef777d104eecb3fb6edc2e693209"}, { title: "Contact", url: "/contact" }, { title: "Archive", url: "/events-archive" }, ];