mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
fix: font settings and quote widget
This commit is contained in:
@@ -101,7 +101,7 @@ export default class Quote extends React.PureComponent {
|
||||
|
||||
let authorlink = `https://${this.languagecode.split('_')[0]}.wikipedia.org/wiki/${data.author.split(' ').join('_')}`;
|
||||
if (localStorage.getItem('authorLink') === 'false') {
|
||||
authorLink = null;
|
||||
authorlink = null;
|
||||
}
|
||||
|
||||
this.setState({
|
||||
|
||||
Reference in New Issue
Block a user