feat: add resume.pdf button
All checks were successful
Deploy to SFTP Server / build (push) Successful in 41m27s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 41m27s
This commit is contained in:
@ -23,6 +23,7 @@ export const ui = {
|
||||
'nav.videos': 'Videos',
|
||||
'nav.photos': 'Photos',
|
||||
'toc.title': 'Table of Contents',
|
||||
"resume": "Resume",
|
||||
},
|
||||
de: {
|
||||
"en": "English",
|
||||
@ -39,6 +40,7 @@ export const ui = {
|
||||
'nav.projects': 'Projekte',
|
||||
'nav.videos': 'Videos',
|
||||
'nav.photos': 'Fotos',
|
||||
"resume": "Lebenslauf",
|
||||
'toc.title': 'Inhaltsverzeichnis',
|
||||
},
|
||||
} as const;
|
||||
|
Reference in New Issue
Block a user