mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
snow off button text improvement
This commit is contained in:
@@ -41,7 +41,7 @@ function Snow() {
|
||||
onClick={() => setSnowShowing(!snowShowing)}
|
||||
className={styles.snowToggleButton}
|
||||
>
|
||||
Hó on/off
|
||||
Hó {snowShowing ? 'off' : 'on'}
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
|
Reference in New Issue
Block a user