mirror of
https://github.com/mue/mue.git
synced 2026-07-19 23:14:10 +02:00
fix: various settings bug fixes and style changes
This commit is contained in:
@@ -41,7 +41,7 @@ export default function Settings() {
|
||||
<div label={sections.changelog}><Changelog/></div>
|
||||
<div label={sections.about.title}><About/></div>
|
||||
</Tabs>
|
||||
<div className='reminder-info' style={{ 'display': display }}>
|
||||
<div className='reminder-info' style={{ display: display }}>
|
||||
<h1>{reminder.title}</h1>
|
||||
<p>{reminder.message}</p>
|
||||
<button className='pinNote' onClick={() => window.location.reload()}>{window.language.modals.main.error_boundary.refresh}</button>
|
||||
|
||||
@@ -32,7 +32,7 @@ export default class Tabs extends React.PureComponent {
|
||||
tabClass = '';
|
||||
optionsText = '';
|
||||
}
|
||||
|
||||
|
||||
return (
|
||||
<>
|
||||
<ul className={className}>
|
||||
|
||||
Reference in New Issue
Block a user