We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e0e6b commit 3785b57Copy full SHA for 3785b57
src/components/Page/Navbar.tsx
@@ -6,13 +6,7 @@ import { Link, useHistory } from 'react-router-dom';
6
import { useToken } from '../../hooks/token';
7
import useProfile from '../../hooks/users';
8
9
-const navigation = [
10
- 'Benchmarks',
11
- 'Dashboard',
12
- 'Projects',
13
- 'Calendar',
14
- 'Reports',
15
-];
+const navigation = ['Benchmarks'];
16
const profile = ['Your Profile', 'Settings', 'Sign out'];
17
18
// function classNames(...classes: any[]) {
0 commit comments