diff --git a/mpwo_client/src/components/NavBar/index.jsx b/mpwo_client/src/components/NavBar/index.jsx
index b4cdc389..31dda97d 100644
--- a/mpwo_client/src/components/NavBar/index.jsx
+++ b/mpwo_client/src/components/NavBar/index.jsx
@@ -18,7 +18,6 @@ function NavBar (props) {
>
-
-
@@ -31,6 +30,20 @@ function NavBar (props) {
Dashboard
+
+
+ {!props.user.isAuthenticated && (
+ -
+
+ Register
+
+
+ )}
{!props.user.isAuthenticated && (
-
)}
- {!props.user.isAuthenticated && (
- -
-
- Register
-
-
+ {props.user.isAuthenticated && (
+ -
+ {props.user.username}
+
)}
{props.user.isAuthenticated && (
-