Skip to content

Commit

Permalink
Add tax to the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
isehrob-stripe committed Apr 22, 2024
1 parent 63de3e2 commit f738512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const unauthenticatedRoutes: Page[] = [
const settings: Page[] = [
{name: 'Profile', href: '/profile'},
{name: 'Payment Methods', href: '/payment-methods'},
{name: 'Tax', href: '/tax'},
{name: 'Settings', href: '/settings'},
];

Expand Down

0 comments on commit f738512

Please sign in to comment.