mirror of
https://github.com/mue/mue.git
synced 2026-07-22 16:27:32 +02:00
chore: run prettier
This commit is contained in:
@@ -17,4 +17,4 @@ function ProgressBar({ count, currentTab, switchTab }) {
|
||||
);
|
||||
}
|
||||
|
||||
export default memo(ProgressBar);
|
||||
export default memo(ProgressBar);
|
||||
|
||||
@@ -273,15 +273,11 @@ export default class WelcomeSections extends PureComponent {
|
||||
<div className="options">
|
||||
<div className={this.state.legacyStyle} onClick={() => this.changeStyle('legacy')}>
|
||||
<MdArchive />
|
||||
<span>
|
||||
{variables.getMessage('modals.welcome.sections.style.legacy')}
|
||||
</span>
|
||||
<span>{variables.getMessage('modals.welcome.sections.style.legacy')}</span>
|
||||
</div>
|
||||
<div className={this.state.newStyle} onClick={() => this.changeStyle('new')}>
|
||||
<MdOutlineWhatshot />
|
||||
<span>
|
||||
{variables.getMessage('modals.welcome.sections.style.modern')}
|
||||
</span>
|
||||
<span>{variables.getMessage('modals.welcome.sections.style.modern')}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -217,7 +217,6 @@ a.privacy {
|
||||
animation-timing-function: ease-in;*/
|
||||
}
|
||||
|
||||
|
||||
.welcomeContent {
|
||||
.light {
|
||||
.toggle.lightTheme {
|
||||
|
||||
Reference in New Issue
Block a user