We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5452719 commit 40e63a0Copy full SHA for 40e63a0
src/app/(conf)/conf/2025/components/testimonials/index.tsx
@@ -115,8 +115,7 @@ export function TestimonialAuthor({
115
width={128}
116
height={128}
117
className="size-16 saturate-[.1] dark:opacity-90 xl:size-32"
118
- // @ts-expect-error React doesn't know it exists yet, but @types/react do
119
- fetchpriority="low"
+ fetchPriority="low"
120
loading="lazy"
121
/>
122
<div className="absolute inset-0 z-[1] bg-pri-darker opacity-80 mix-blend-plus-lighter dark:mix-blend-color" />
0 commit comments