diff --git a/web/src/layouts/BlogLayout/BlogLayout.js b/web/src/layouts/BlogLayout/BlogLayout.js index 6809e82..66dcff8 100644 --- a/web/src/layouts/BlogLayout/BlogLayout.js +++ b/web/src/layouts/BlogLayout/BlogLayout.js @@ -6,7 +6,7 @@ const BlogLayout = ({ children }) => { return ( <> -
+

{ {isAuthenticated ? 'Log Out' : 'Log In'} - {isAuthenticated && ( -
  • - {currentUser.email} -
  • - )} + {isAuthenticated && ( +
    + {currentUser.email} +
    + )}