Skip to content
Snippets Groups Projects
Commit 41e54001 authored by esikkala's avatar esikkala
Browse files

Remove collection perspective placeholders

parent 6fbb1279
No related branches found
No related tags found
No related merge requests found
......@@ -60,11 +60,11 @@ let Main = props => {
label: 'Manuscripts',
desc: 'Physical manuscript objects.'
},
{
id: 'collections',
label: 'Collections',
desc: ''
},
// {
// id: 'collections',
// label: 'Collections',
// desc: ''
// },
{
id: 'works',
label: 'Works',
......
......@@ -74,7 +74,7 @@ class TopBar extends React.Component {
const AdapterLink = React.forwardRef((props, ref) => <Link innerRef={ref} {...props} />);
const AdapterNavLink = React.forwardRef((props, ref) => <NavLink innerRef={ref} {...props} />);
const perspectives = [ 'manuscripts', 'collections', 'works', 'events', 'actors', 'places' ];
const perspectives = [ 'manuscripts', 'works', 'events', 'actors', 'places' ];
const renderMobileMenu = (
<Menu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment