diff --git a/code/frontend/src/pages/Profile.tsx b/code/frontend/src/pages/Profile.tsx index b1e6f3a..b84f6c7 100644 --- a/code/frontend/src/pages/Profile.tsx +++ b/code/frontend/src/pages/Profile.tsx @@ -13,6 +13,7 @@ import { } from "@mui/material"; import ChangeAvatarDialog from "../components/ChangeAvatarDialog"; import Bio from "../components/Bio"; +import RotkehlchenButton from "../components/ButtonRotkehlchen"; function Profile() { const [anchorEl, setAnchorEl] = useState(null); @@ -75,6 +76,7 @@ function Profile() { Following + diff --git a/code/frontend/src/pages/profile.css b/code/frontend/src/pages/profile.css index d144587..9018c66 100644 --- a/code/frontend/src/pages/profile.css +++ b/code/frontend/src/pages/profile.css @@ -7,6 +7,7 @@ .user-info { display: flex; flex-direction: column; + align-items: center; margin-bottom: 1rem; margin-left: 1rem; margin-right: 1rem;