mirror of
https://github.com/mue/mue.git
synced 2026-07-23 00:37:27 +02:00
fix: firefox changelog date, cleanup background a bit
This commit is contained in:
@@ -25,7 +25,7 @@ export default class Changelog extends React.PureComponent {
|
||||
return;
|
||||
}
|
||||
|
||||
let date = new Date(data.date);
|
||||
let date = new Date(data.date.split(' ')[0]);
|
||||
date = date.toLocaleDateString(window.languagecode.replace('_', '-'), {
|
||||
year: 'numeric',
|
||||
month: 'long',
|
||||
|
||||
Reference in New Issue
Block a user