Bug fixes and improvements
This commit is contained in:
parent
a9de28e056
commit
5ea9094ed1
13 changed files with 20 additions and 15 deletions
|
|
@ -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, 8 + 1, 30), // months are 0 indexed
|
||||
lastEdit: new Date(2020, 9 - 1, 10), // months are 0 indexed
|
||||
}),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue