Skip to content

Commit 3785b57

Browse files
committed
chore: cleanup navbar
1 parent 05e0e6b commit 3785b57

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/Page/Navbar.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ import { Link, useHistory } from 'react-router-dom';
66
import { useToken } from '../../hooks/token';
77
import useProfile from '../../hooks/users';
88

9-
const navigation = [
10-
'Benchmarks',
11-
'Dashboard',
12-
'Projects',
13-
'Calendar',
14-
'Reports',
15-
];
9+
const navigation = ['Benchmarks'];
1610
const profile = ['Your Profile', 'Settings', 'Sign out'];
1711

1812
// function classNames(...classes: any[]) {

0 commit comments

Comments
 (0)