We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7293b17 commit 2016155Copy full SHA for 2016155
public/files/BrianCordiscoCVApril2025-v2.pdf renamed to public/files/BrianCordiscoCVApril2025.pdf
190 KB
src/components/CV.jsx
@@ -2,11 +2,11 @@ export const CV = () => {
2
return (
3
<div className="nav_buttons">
4
<a
5
- href="/files/BrianCordiscoCVApril2025-v2.pdf"
+ href="/files/BrianCordiscoCVApril2025.pdf"
6
target="_blank"
7
rel="noopener noreferrer"
8
className="resume_button"
9
- download="BrianCordiscoCVApril2025-v2.pdf"
+ download="BrianCordiscoCVApril2025.pdf"
10
>
11
Resume
12
</a>
0 commit comments