fix: typo
This commit is contained in:
parent
8963e36aa2
commit
49d4c538fe
1 changed files with 2 additions and 2 deletions
|
@ -159,11 +159,11 @@ watch(() => props.user.avatarBlurhash, () => {
|
|||
linear-gradient(#fff, #fff); // polyfill of `image(#fff)`
|
||||
|
||||
> .earLeft {
|
||||
animation: eartightright 6s infinite;
|
||||
animation: eartightleft 6s infinite;
|
||||
}
|
||||
|
||||
> .earRight {
|
||||
animation: eartightleft 6s infinite;
|
||||
animation: eartightright 6s infinite;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue