frontend: add route to view other user profiles by id

This commit is contained in:
Kentai Radiquum 2024-04-27 10:39:57 +05:00
parent 9392345480
commit 78ca3ef054
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 39 additions and 5 deletions

View file

@ -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" }}