fix(directory): fixed subtitle position
This commit is contained in:
@@ -1 +1 @@
|
|||||||
1.0.22
|
1.0.23
|
||||||
@@ -535,7 +535,7 @@ function MusicElement() {
|
|||||||
return (
|
return (
|
||||||
<section>
|
<section>
|
||||||
<section
|
<section
|
||||||
className={classes.titleWithSwitch}
|
className={classes.title}
|
||||||
onClick={() => setEnableMusic(!enableMusic)}
|
onClick={() => setEnableMusic(!enableMusic)}
|
||||||
>
|
>
|
||||||
<section className={classes.text}>{i18n('music')}</section>
|
<section className={classes.text}>{i18n('music')}</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user