We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddffb7 commit 80d79efCopy full SHA for 80d79ef
src/components/Header.tsx
@@ -94,10 +94,12 @@ 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>
98
<Button variant="download" size="lg">
99
<Download className="w-5 h-5" />
100
Download Resume
101
</Button>
102
+ </a>
103
</div>
104
105
)}
0 commit comments