Skip to content

Commit 2016155

Browse files
committed
Update CV filename and download path in CV component
1 parent 7293b17 commit 2016155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/CV.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ export const CV = () => {
22
return (
33
<div className="nav_buttons">
44
<a
5-
href="/files/BrianCordiscoCVApril2025-v2.pdf"
5+
href="/files/BrianCordiscoCVApril2025.pdf"
66
target="_blank"
77
rel="noopener noreferrer"
88
className="resume_button"
9-
download="BrianCordiscoCVApril2025-v2.pdf"
9+
download="BrianCordiscoCVApril2025.pdf"
1010
>
1111
Resume
1212
</a>

0 commit comments

Comments
 (0)