From 59d21e07b09f3f7edaf4fabb2e56df1357d4db8a Mon Sep 17 00:00:00 2001 From: "luisa.bellitto" Date: Thu, 26 Jun 2025 08:57:06 +0200 Subject: [PATCH] add follow button --- code/frontend/src/pages/Profile.tsx | 2 ++ code/frontend/src/pages/profile.css | 1 + 2 files changed, 3 insertions(+) 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;