mirror of
https://github.com/mue/mue.git
synced 2026-07-13 20:13:47 +02:00
fix: font settings and quote widget
This commit is contained in:
@@ -12,7 +12,7 @@ export default class Notes extends React.PureComponent {
|
||||
this.state = {
|
||||
notes: localStorage.getItem('notes') || ''
|
||||
};
|
||||
this.language = window.language.widgets.navbar.notes
|
||||
this.language = window.language.widgets.navbar.notes;
|
||||
}
|
||||
|
||||
setNotes = (e) => {
|
||||
|
||||
Reference in New Issue
Block a user