Skip to content

Commit

Permalink
hide help page
Browse files Browse the repository at this point in the history
  • Loading branch information
antonstihl committed Jan 12, 2024
1 parent 726a0f1 commit e3e34b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Menu({ closeMenu }: Props) {
{getMenuItem("Lön", "/salary")}
{/* {getMenuItem("Statistik", "/stats")} */}
{/* {getMenuItem("Hoppande kalkylator", "/calculator")} */}
{getMenuItem("Hjälp", "/help")}
{/* {getMenuItem("Hjälp", "/help")} */}
</div>
<div
className="flex-grow w-screen h-full bg-black bg-opacity-50 block"
Expand Down
8 changes: 4 additions & 4 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ const router = createHashRouter([
// path: "calculator",
// element: <Calculator />,
// },
{
path: "help",
element: <Help />,
},
// {
// path: "help",
// element: <Help />,
// },M
],
},
]);
Expand Down

0 comments on commit e3e34b7

Please sign in to comment.