fix: typo

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-03-29 23:37:43 +09:00 committed by GitHub
parent 8963e36aa2
commit 49d4c538fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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