Skip to content

Commit 5736fd7

Browse files
committed
fix: correct resume download link path
1 parent 536eff4 commit 5736fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/_components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function Hero({ setActiveTab }: HeroProps) {
7676

7777
<div className="flex justify-between gap-1 items-center">
7878
<a
79-
href="/resume.pdf"
79+
href="/resume_dummy.pdf"
8080
target="_blank"
8181
rel="noopener noreferrer"
8282
aria-label="Open Resume"

0 commit comments

Comments
 (0)