chore: run prettier

This commit is contained in:
David Ralph
2022-11-06 11:59:59 +00:00
parent f0968195cb
commit 333aabde1b
60 changed files with 259 additions and 223 deletions

View File

@@ -17,4 +17,4 @@ function ProgressBar({ count, currentTab, switchTab }) {
);
}
export default memo(ProgressBar);
export default memo(ProgressBar);

View File

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

View File

@@ -217,7 +217,6 @@ a.privacy {
animation-timing-function: ease-in;*/
}
.welcomeContent {
.light {
.toggle.lightTheme {