Skip to content

Commit 40e63a0

Browse files
fix fetchpriority warning
1 parent 5452719 commit 40e63a0

File tree

1 file changed

+1
-2
lines changed
  • src/app/(conf)/conf/2025/components/testimonials

1 file changed

+1
-2
lines changed

src/app/(conf)/conf/2025/components/testimonials/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ export function TestimonialAuthor({
115115
width={128}
116116
height={128}
117117
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"
118+
fetchPriority="low"
120119
loading="lazy"
121120
/>
122121
<div className="absolute inset-0 z-[1] bg-pri-darker opacity-80 mix-blend-plus-lighter dark:mix-blend-color" />

0 commit comments

Comments
 (0)