aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/Hero.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/landing/sections/Hero.tsx')
-rw-r--r--src/components/landing/sections/Hero.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/landing/sections/Hero.tsx b/src/components/landing/sections/Hero.tsx
index d9fe556..4974285 100644
--- a/src/components/landing/sections/Hero.tsx
+++ b/src/components/landing/sections/Hero.tsx
@@ -57,8 +57,8 @@ export default function Hero({ avatar }: { avatar: string }) {
57 pronouns are he/him. 57 pronouns are he/him.
58 </p> 58 </p>
59 <div className={styles.cta}> 59 <div className={styles.cta}>
60 <a 60 <Link
61 href="/cv.pdf" 61 to="pathname:///cv.pdf"
62 target="_blank" 62 target="_blank"
63 className={clsx( 63 className={clsx(
64 'button', 64 'button',
@@ -68,7 +68,7 @@ export default function Hero({ avatar }: { avatar: string }) {
68 )} 68 )}
69 > 69 >
70 Read my CV 70 Read my CV
71 </a>{' '} 71 </Link>{' '}
72 <Link 72 <Link
73 to="#contact" 73 to="#contact"
74 className={clsx( 74 className={clsx(