mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Add sidebar item for makesqueak (#123)
This commit is contained in:
parent
bac577b792
commit
65fb2635a5
1 changed files with 2 additions and 0 deletions
|
|
@ -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 }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue