mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
fix: font settings and quote widget
This commit is contained in:
@@ -17,7 +17,7 @@ export default class About extends React.PureComponent {
|
||||
photographers: [],
|
||||
update: window.language.modals.main.settings.sections.about.version.checking_update,
|
||||
loading: window.language.modals.main.loading
|
||||
}
|
||||
};
|
||||
this.language = window.language.modals.main.settings.sections.about;
|
||||
}
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ export default class BackgroundSettings extends React.PureComponent {
|
||||
'name': 'Unsplash',
|
||||
'value': 'unsplash'
|
||||
}
|
||||
]
|
||||
];
|
||||
|
||||
const APISettings = (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user