Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 0f9d28c

Browse files
authored
Update index.js
1 parent d15a9e2 commit 0f9d28c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/layouts/MainLayout/TopBar/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ function TopBar({ className, onMobileNavOpen, ...rest }) {
7070
const navItems = [
7171
{ title: 'Campus Leaders', link: '/campusLeaders' },
7272
{ title: 'Events', link: '/events' },
73-
{ title: 'Courses', link: '/courses' },
74-
{ title: 'BootCamps', link: '/bootcamp' }
73+
{ title: 'Courses', link: '/courses' }
7574
];
7675

7776
const list = () => (

0 commit comments

Comments
 (0)