Skip to content

Commit fceed67

Browse files
authored
Update header.astro
1 parent 0c76f84 commit fceed67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/header.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export interface Props {
99
const navItems: Array<NavItem> = [
1010
{ title: "About", url: "/about" },
1111
{ title: "Projects", url: "https://mlpurdue.notion.site/8e83150770684e118ed6f423ba54fb81" },
12+
{ title: "Reading Group", url: "https://mlpurdue.notion.site/Reading-Group-Schedule-56fa4e3969464ea79da87033a688c9f2?pvs=4" },
13+
{ title: "Workshops", url: "https://mlpurdue.notion.site/Workshop-Schedule-2567b8f7e0b64903bb7fdd14cde9aeff?pvs=4" },
1214
{ title: "Events", url: "/#eventscalendar" },
1315
{ title: "AI/ML Guides", url: "https://mlpurdue.notion.site/AI-ML-Guides-336e3bf13bd44738bb24217b678650d7"},
1416
{ title: "Sponsor", url: "https://mlpurdue.notion.site/2023-2024-Sponsors-51f7ef777d104eecb3fb6edc2e693209"},

0 commit comments

Comments
 (0)