mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 19:18:51 +00:00
add follow button
This commit is contained in:
parent
e89444a8bd
commit
59d21e07b0
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue