Skip to content

Commit

Permalink
src/components/Navbar.js: Fix broken sponsorship packet link
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Nov 26, 2024
1 parent 33532db commit 6d9d748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function Navbar() {
label="Sponsors"
dropdown={[
{ to: "/donate", label: "Donate" },
{ to: "/todo", label: "Become a Supporter" },
{ to: "/sponsor_packet", label: "Become a Supporter" },
{ to: "/sponsors", label: "2024 Sponsors" },
]}
closeMobileMenu={closeMobileMenu}
Expand Down
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ const router = createBrowserRouter(
<NavigateExternal to="https://www.uff.ufl.edu/giving-opportunities/020149-machine-intelligence-lab/?appeal=GZAGTA7A1" />
),
},
{
path: "/sponsor_packet",
element: <NavigateExternal to="https://mil.ufl.edu/sponsorship.pdf" />,
},
],
{},
);
Expand Down

0 comments on commit 6d9d748

Please sign in to comment.