Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Update AdminNav.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Matttuu committed Jan 6, 2020
1 parent 6b49cc7 commit f32fa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/adminNav/AdminNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function AdminNav() {
{localStorage.token && (
<Navbar className="veryLightGreenBg adminNavStyles" light expand="md">
<Container>
<NavbarBrand href="/">
<NavbarBrand href="/welcome">
{data.me2.firstName + ' ' + data.me2.lastName}
</NavbarBrand>
<NavbarToggler onClick={toggle} />
Expand Down

0 comments on commit f32fa1b

Please sign in to comment.