mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
add follow button
This commit is contained in:
parent
e89444a8bd
commit
2214a64a58
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
.user-info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 1rem;
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue