Skip to content

Commit

Permalink
feat: add schedule PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed May 8, 2024
1 parent 5560141 commit 13d338b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/widgets/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ const navItems: NavItem[] = [
label: "about",
href: "/about",
},
{
label: "Schedule",
href: "https://assets.tiarasjec.in/schedule.pdf",
}
];

export function Header() {
Expand Down

0 comments on commit 13d338b

Please sign in to comment.