add follow button

This commit is contained in:
luisa.bellitto 2025-06-26 08:57:06 +02:00 committed by Rudi Regentonne
parent e89444a8bd
commit 2214a64a58
2 changed files with 3 additions and 0 deletions

View file

@ -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<HTMLButtonElement | null>(null);
@ -75,6 +76,7 @@ function Profile() {
<span className="data-label title-h1">Following</span>
</div>
</div>
<RotkehlchenButton style="primary" label="Follow" type="button" />
</div>
<QuiltedImageList />
</div>

View file

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