fix: offline mode fixes, about tab fix, update modal text

This commit is contained in:
David Ralph
2022-04-20 10:34:34 +01:00
parent 8f25df9827
commit 194e98256f
10 changed files with 18 additions and 26 deletions

View File

@@ -90,6 +90,7 @@ export default class Quote extends PureComponent {
quote: '"' + quote.quote + '"',
author: quote.author,
authorlink: this.getAuthorLink(quote.author),
authorimg: ''
});
}