add follow button

This commit is contained in:
luisa.bellitto 2025-06-26 08:57:06 +02:00
parent e89444a8bd
commit 59d21e07b0
2 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ import {
} from "@mui/material"; } from "@mui/material";
import ChangeAvatarDialog from "../components/ChangeAvatarDialog"; import ChangeAvatarDialog from "../components/ChangeAvatarDialog";
import Bio from "../components/Bio"; import Bio from "../components/Bio";
import RotkehlchenButton from "../components/ButtonRotkehlchen";
function Profile() { function Profile() {
const [anchorEl, setAnchorEl] = useState<HTMLButtonElement | null>(null); const [anchorEl, setAnchorEl] = useState<HTMLButtonElement | null>(null);
@ -75,6 +76,7 @@ function Profile() {
<span className="data-label title-h1">Following</span> <span className="data-label title-h1">Following</span>
</div> </div>
</div> </div>
<RotkehlchenButton style="primary" label="Follow" type="button" />
</div> </div>
<QuiltedImageList /> <QuiltedImageList />
</div> </div>

View file

@ -7,6 +7,7 @@
.user-info { .user-info {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
margin-bottom: 1rem; margin-bottom: 1rem;
margin-left: 1rem; margin-left: 1rem;
margin-right: 1rem; margin-right: 1rem;