Added: Collection to starred view
Alphabetical sort to starred view
This commit is contained in:
@ -62,7 +62,7 @@ class MainSidebar extends React.Component<Props> {
|
||||
<SidebarLink to="/search" icon={<SearchIcon />}>
|
||||
Search
|
||||
</SidebarLink>
|
||||
<SidebarLink to="/starred" icon={<StarredIcon />}>
|
||||
<SidebarLink to="/starred" icon={<StarredIcon />} exact={false}>
|
||||
Starred
|
||||
</SidebarLink>
|
||||
<SidebarLink
|
||||
|
Reference in New Issue
Block a user