Skip to content

Commit

Permalink
CHG forum icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Aug 13, 2023
1 parent ac883fc commit cb66d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/navconfig.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import ImportContactsIcon from '@mui/icons-material/ImportContacts';
import DashboardIcon from '@mui/icons-material/Dashboard';
import EmailIcon from '@mui/icons-material/Email';
import EventIcon from '@mui/icons-material/Event';
import ForumIcon from '@mui/icons-material/Forum';

// Public
import Dashboard from './pages/core/public/Dashboard/Dashboard';
Expand Down Expand Up @@ -108,7 +109,7 @@ export const public_nav = [
},
{
id: 'Forum',
icon: <SchoolIcon/>,
icon: <ForumIcon/>,
path: '/forum',
Page: Forum,
},
Expand Down

0 comments on commit cb66d7a

Please sign in to comment.