Swaying Star: Fix incorrected styles due to obfuscation
This commit is contained in:
parent
9da96ba87a
commit
b6893fef44
@ -54,7 +54,7 @@ function SwayingStar({
|
||||
>
|
||||
<div
|
||||
ref={starRef}
|
||||
className={buildClassName(styles.star, `${styles.star}_${color}`)}
|
||||
className={buildClassName(styles.star, styles[`star_${color}`])}
|
||||
role="img"
|
||||
aria-label="Telegram Stars"
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user