diff --git a/src/common/AppLayout/components/Sidebar/components/CurrentUser/CurrentUser.tsx b/src/common/AppLayout/components/Sidebar/components/CurrentUser/CurrentUser.tsx index ff8562d..2eb3625 100644 --- a/src/common/AppLayout/components/Sidebar/components/CurrentUser/CurrentUser.tsx +++ b/src/common/AppLayout/components/Sidebar/components/CurrentUser/CurrentUser.tsx @@ -10,7 +10,7 @@ const CurrentUser = () => { Jesteś zalogowany jako:
{user?.displayName} (ID:{' '} - {user?.id}). + {user?.id})
); diff --git a/src/common/AppLayout/components/TopBar/TopBar.tsx b/src/common/AppLayout/components/TopBar/TopBar.tsx index 3aeac77..a523e3f 100644 --- a/src/common/AppLayout/components/TopBar/TopBar.tsx +++ b/src/common/AppLayout/components/TopBar/TopBar.tsx @@ -35,11 +35,13 @@ const TopBar = ({ className, openSidebar }: Props) => { - - - Zdam Egzamin Zawodowy - - + + + + Zdam Egzamin Zawodowy + + +