diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index a38d2bd..d2256f6 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -5,6 +5,7 @@ import Profile from "./Profile"; import Box from "@mui/material/Box"; import NavigationToggle from "./NavigationToggle"; import { I18nProvider } from "@/i18n"; +import { Divider, Typography } from "@mui/material"; export interface AppBarProps { avatarImageSrc?: string; @@ -18,12 +19,15 @@ const AppBar: React.FC = ({ avatarImageSrc, profileName }) => { + + {profileName} +