Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 25aacf2

Browse files
committedMar 14, 2025·
Fix (Resume Not Downloading Error)
1 parent e901eeb commit 25aacf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/home/HeroSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const HeroSection = () => {
147147
<Group position="left" spacing="md" className="animate-item" ref={ctaRef}>
148148
<Button
149149
component="a"
150-
href="/hxndev.github.io/assets/hassan_resume.pdf"
150+
href="/hxndev.github.io/assets/resume/hassan_resume.pdf"
151151
size="lg"
152152
leftSection={<IconDownload size={20} />}
153153
radius="xl"

0 commit comments

Comments
 (0)
Please sign in to comment.