Fix CV download
This commit is contained in:
parent
f1db2aeaed
commit
c0122dd681
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export const Thesis = ImageButtonFactory(cvIcon, 'Download thesis', {
|
||||||
});
|
});
|
||||||
export const Youtube = ImageButtonFactory(youtubeIcon, 'Open on YouTube');
|
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 GitHubLink = ImageAnchorFactory(gitHubIcon, 'Find me on GitHub');
|
||||||
export const LinkedIn = ImageAnchorFactory(linkedInIcon, 'Find me on LinkedIn');
|
export const LinkedIn = ImageAnchorFactory(linkedInIcon, 'Find me on LinkedIn');
|
||||||
export const Email = ImageAnchorFactory(emailIcon, 'andras@schmelczer.dev');
|
export const Email = ImageAnchorFactory(emailIcon, 'andras@schmelczer.dev');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue