We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d79ef commit ee83199Copy full SHA for ee83199
src/components/Header.tsx
@@ -94,7 +94,7 @@ const Header = () => {
94
{item.label}
95
</button>
96
))}
97
- <a href="https://raw.githubusercontent.com/MickyMik/ditems-data-craft/main/resume/CV_METINHOUE_FR.pdf" download target="_blank" rel="noopener noreferrer"></a>
+ <a href="https://raw.githubusercontent.com/MickyMik/ditems-data-craft/main/resume/CV_METINHOUE_FR.pdf" download target="_blank" rel="noopener noreferrer">
98
<Button variant="download" size="lg">
99
<Download className="w-5 h-5" />
100
Download Resume
0 commit comments