Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
majkeloess committed Feb 17, 2024
1 parent 3bcfe6d commit 55339b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Selection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Selection() {
};

const handleButtonClick = () => {
navigate(`/prize/${age}`);
navigate(`/nobelPrize/prize/${age}`);
};

return (
Expand Down

0 comments on commit 55339b2

Please sign in to comment.