Fix CV download

This commit is contained in:
Andras Schmelczer 2022-09-25 20:18:02 +02:00
parent f1db2aeaed
commit c0122dd681
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -18,7 +18,7 @@ export const Thesis = ImageButtonFactory(cvIcon, 'Download thesis', {
});
export const Youtube = ImageButtonFactory(youtubeIcon, 'Open on YouTube');
export const CV = ImageAnchorFactory(cvIcon, 'Download my CV');
export const CV = ImageAnchorFactory(cvIcon, 'Download my CV', { shouldDownload: true });
export const GitHubLink = ImageAnchorFactory(gitHubIcon, 'Find me on GitHub');
export const LinkedIn = ImageAnchorFactory(linkedInIcon, 'Find me on LinkedIn');
export const Email = ImageAnchorFactory(emailIcon, 'andras@schmelczer.dev');