diff --git a/src/components/SecondNavbar/SecondNavbar.js b/src/components/SecondNavbar/SecondNavbar.js index 04653770..002b6873 100644 --- a/src/components/SecondNavbar/SecondNavbar.js +++ b/src/components/SecondNavbar/SecondNavbar.js @@ -64,61 +64,60 @@ const SecondNavbar = ({ Dashboard {type === 'document' && ( - - Documents - + + Documents + )} {type === 'group' && ( - - Groups - + + Groups + )} {type === 'admin' && ( - - Administration - + + Administration + )} {type === 'profile' && ( - - Edit Profile - + + Edit Profile + )} {type === 'newuser' && ( - - Registration - + + Registration + )} {type === 'annotations' && ( - - Annotations - + + Annotations + )} {document && ( - {document.title} + {document.title} )} {type === 'document' && document && docView && ( - - { setShowMoreDocumentInfo(true); }} /> - + + { setShowMoreDocumentInfo(true); }} /> + )} {type === 'document' && document && docView && ( - -
-
- + +
+
+ +
+
+ +
-
- -
-
- - + )}