mirror of
https://github.com/mue/mue.git
synced 2026-07-16 21:44:22 +02:00
fix: welcome modal bugs, about tab issues
This commit is contained in:
@@ -23,8 +23,8 @@ export default class About extends PureComponent {
|
||||
loading: this.getMessage('modals.main.loading'),
|
||||
image:
|
||||
localStorage.getItem('theme') === 'dark'
|
||||
? './././icons/mue_dark.svg'
|
||||
: './././icons/mue_light.svg',
|
||||
? 'public/icons/mue_dark.png'
|
||||
: 'public/icons/mue_light.png',
|
||||
};
|
||||
this.controller = new AbortController();
|
||||
}
|
||||
@@ -177,7 +177,12 @@ export default class About extends PureComponent {
|
||||
{this.getMessage('modals.main.settings.sections.about.contact_us')}
|
||||
</span>
|
||||
<div className="aboutContact">
|
||||
<a class="donateButton" href="https://muetab.com/contact">
|
||||
<a
|
||||
class="donateButton"
|
||||
href="https://muetab.com/contact"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<MdContactPage />
|
||||
Form
|
||||
</a>
|
||||
|
||||
@@ -207,7 +207,10 @@ export default class BackgroundSettings extends PureComponent {
|
||||
category="background"
|
||||
element="#backgroundImage"
|
||||
/>
|
||||
<SettingsItem title="Display" subtitle="Change how background and photo information are loaded">
|
||||
<SettingsItem
|
||||
title="Display"
|
||||
subtitle="Change how background and photo information are loaded"
|
||||
>
|
||||
<Checkbox
|
||||
name="ddgProxy"
|
||||
text={getMessage('modals.main.settings.sections.background.ddg_image_proxy')}
|
||||
|
||||
Reference in New Issue
Block a user