Skip to content

Commit bee37e8

Browse files
committed
Restore about us page
1 parent 5846f18 commit bee37e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/src/components/Header.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function AdminHeader(props){ // This one if user has the ADMIN role
1414

1515
<Button className={styles.header_link} component={RouterLink} to="/admin">Admin</Button>
1616
<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>
1718
{ /* <Button className={styles.header_link} component={RouterLink} to="/check">Check</Button> */ }
1819
</div>
1920
</Toolbar>

0 commit comments

Comments
 (0)