mirror of
https://github.com/mue/mue.git
synced 2026-07-23 08:47:19 +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>
|
||||
|
||||
Reference in New Issue
Block a user