You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Milan Gruner edited this page Jul 25, 2017
·
1 revision
To add a new view into Curation's navigation side bar, do the following:
Create a new component in src/views containing a ContentCard with your desired content
Add a new Route with the desired path and the previously created view component
Add a new ListItem to src/containers/sideBar/index.js, containing a Link to the already set path (in the containerElement property) and an icon and description