Minor fixes

This commit is contained in:
schmelczerandras 2020-09-21 17:21:59 +02:00
parent 5ea9094ed1
commit da9e1eed50
3 changed files with 2 additions and 3 deletions

View file

@ -290,7 +290,7 @@ export const create = () => {
curiumVitaes: [{ name: `Curriculum vitae`, url: cvEnglish }],
email: `andras@schmelczer.dev`,
lastEditText: `Last modified on `,
lastEdit: new Date(2020, 9 - 1, 10), // months are 0 indexed
lastEdit: new Date(2020, 9 - 1, 21), // months are 0 indexed
}),
};