Skip to content

Commit

Permalink
Update header.tsx (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
lchiu6 authored Aug 27, 2024
1 parent 687499f commit 0e5bfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const menus: Array<Menu> = [
name: "training",
list: [
{ name: "routes", link: "/routes" },
{ name: "summer training", link: "https://docs.google.com/spreadsheets/d/12zRFlWZLA3wkGQuaXHhuv0Kt96b07UneCm6HkKiXOdc/edit?usp=sharing" },
{ name: "summer training", link: "https://docs.google.com/spreadsheets/d/1EaryVvxiJksZCSIGj-WDZaZyLQfdhFewtH0vA4yM7qQ/edit?usp=sharing" },
{ name: "health", link: "/health" },
{ name: "sprinting", link: "/sprinting" },
],
Expand Down

0 comments on commit 0e5bfeb

Please sign in to comment.