mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 06:34:22 +00:00
Rename avatar className
This commit is contained in:
parent
61f11a3f0b
commit
93795e6068
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ export function UserAvatar() {
|
|||
return login ?
|
||||
<img
|
||||
src={login?.photo_url}
|
||||
className="img-telegram-avatar"
|
||||
className="avatar-telegram"
|
||||
/>
|
||||
:
|
||||
null
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.img-telegram-avatar {
|
||||
.avatar-telegram {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 20px;
|
||||
|
|
Loading…
Reference in a new issue