Add shortcut tip when searching

This commit is contained in:
Tom Moor
2019-03-09 16:10:53 -08:00
parent e3cb7f9055
commit 24bf3766bf
2 changed files with 18 additions and 2 deletions

View File

@@ -62,7 +62,10 @@ class MainSidebar extends React.Component<Props> {
label="Home"
/>
<SidebarLink
to="/search"
to={{
pathname: '/search',
state: { fromMenu: true },
}}
icon={<SearchIcon />}
label="Search"
exact={false}