1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 06:57:26 +00:00

Rename avatar className

This commit is contained in:
Steffo 2022-05-25 16:36:13 +02:00
parent 61f11a3f0b
commit 93795e6068
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ export function UserAvatar() {
return login ?
<img
src={login?.photo_url}
className="img-telegram-avatar"
className="avatar-telegram"
/>
:
null

View file

@ -17,7 +17,7 @@
border-radius: 20px;
}
.img-telegram-avatar {
.avatar-telegram {
width: 40px;
height: 40px;
border-radius: 20px;