Add sidebar item for makesqueak (#123)

This commit is contained in:
Jonathan Zernik 2020-07-23 01:28:31 -07:00 committed by GitHub
parent bac577b792
commit 65fb2635a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ import {
NotificationsNone as NotificationsIcon,
FilterNone as UIElementsIcon,
People as ProfilesIcon,
Create as MakeSqueakIcon,
QuestionAnswer as SupportIcon,
LibraryBooks as LibraryIcon,
HelpOutline as FAQIcon,
@ -48,6 +49,7 @@ const structure = [
{ label: "Maps", link: "/app/ui/maps" },
],
},
{ id: 4, label: "Make Squeak", link: "/app/makesqueak", icon: <MakeSqueakIcon /> },
];
function Sidebar({ location }) {