We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5846f18 commit bee37e8Copy full SHA for bee37e8
src/client/src/components/Header.js
@@ -14,6 +14,7 @@ export function AdminHeader(props){ // This one if user has the ADMIN role
14
15
<Button className={styles.header_link} component={RouterLink} to="/admin">Admin</Button>
16
<Button className={styles.header_link} component={RouterLink} to="/360view/search">360 DataView</Button>
17
+ <Button className={styles.header_link} component={RouterLink} to="/about">About us</Button>
18
{ /* <Button className={styles.header_link} component={RouterLink} to="/check">Check</Button> */ }
19
</div>
20
</Toolbar>
0 commit comments