Skip to content

Commit

Permalink
feat: add locale to cv download file name
Browse files Browse the repository at this point in the history
  • Loading branch information
drik98 committed Oct 23, 2024
1 parent da880d3 commit 3d18d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Banner({
<h2>{messages.banner.jobTitle}</h2>
<a
href={`/cv_hendrik_sieweck_${locale}.pdf`}
download="cv-hendrik-sieweck.pdf"
download={`cv-hendrik-sieweck-${locale}.pdf`}
>
{messages.banner.downloadCv}
</a>
Expand Down

1 comment on commit 3d18d7a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://smtz.dev as production
🚀 Deployed on https://6719009c7460f000f57ca645--smtz.netlify.app

Please sign in to comment.