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.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/landing/sections/Hero.tsx b/src/components/landing/sections/Hero.tsx
index 3087dd3..10026a1 100644
--- a/src/components/landing/sections/Hero.tsx
+++ b/src/components/landing/sections/Hero.tsx
@@ -41,7 +41,8 @@ export default function Hero() {
41 width={avatar.width} 41 width={avatar.width}
42 height={avatar.height} 42 height={avatar.height}
43 sizes="(min-width: 1384px) 298px, (min-width: 996px) calc(25vw - 48px), (min-width: 300px) 298px, calc(100vw - 32px)" 43 sizes="(min-width: 1384px) 298px, (min-width: 996px) calc(25vw - 48px), (min-width: 300px) 298px, calc(100vw - 32px)"
44 fetchPriority="high" 44 // @ts-expect-error See https://github.com/vercel/next.js/pull/65235#issue-2273613138
45 fetchpriority="high"
45 alt="My photo" 46 alt="My photo"
46 className={styles.avatar__image} 47 className={styles.avatar__image}
47 /> 48 />