File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ import UserIcon from 'react-icons/lib/ti/user';
44import ExitIcon from 'react-icons/lib/md/exit-to-app' ;
55import FolderIcon from 'react-icons/lib/md/folder' ;
66import SettingsIcon from 'react-icons/lib/md/settings' ;
7+ import SearchIcon from 'react-icons/lib/go/search' ;
78import BookIcon from 'react-icons/lib/md/library-books' ;
89
910import {
1011 profileUrl ,
1112 patronUrl ,
1213 curatorUrl ,
1314 dashboardUrl ,
15+ searchUrl ,
1416} from '@codesandbox/common/lib/utils/url-generator' ;
1517import PatronBadge from '@codesandbox/common/lib/utils/badges/PatronBadge' ;
1618import track from '@codesandbox/common/lib/utils/analytics' ;
@@ -79,6 +81,13 @@ export const Menu = ({
7981 Documentation
8082 </ MenuItem >
8183
84+ < MenuItem { ...menuProps } to = { searchUrl ( ) } as = { ItemLink } >
85+ < Icon >
86+ < SearchIcon />
87+ </ Icon >
88+ Search Sandboxes
89+ </ MenuItem >
90+
8291 { curator && (
8392 < MenuItem { ...menuProps } to = { curatorUrl ( ) } as = { ItemLink } >
8493 < Icon >
You can’t perform that action at this time.
0 commit comments