mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-04 11:59:40 +05:00
frontend: add route to view other user profiles by id
This commit is contained in:
parent
9392345480
commit
78ca3ef054
4 changed files with 39 additions and 5 deletions
|
@ -97,7 +97,7 @@ export const UserProfile = (props) => {
|
|||
<Image
|
||||
className="circle"
|
||||
src={props.profile.avatar}
|
||||
alt="Ваш профиль"
|
||||
alt=""
|
||||
width="512"
|
||||
height="512"
|
||||
style={{ blockSize: "7rem", inlineSize: "7rem" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue