Skip to content

Commit fc1a718

Browse files
committed
Add loading=lazy to testimonial images
1 parent 2eed75f commit fc1a718

File tree

1 file changed

+1
-0
lines changed
  • src/app/conf/2025/components/testimonials

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export function TestimonialAuthor({
117117
className="size-16 saturate-[.1] dark:opacity-90 xl:size-32"
118118
// @ts-expect-error React doesn't know it exists yet, but @types/react do
119119
fetchpriority="low"
120+
loading="lazy"
120121
/>
121122
<div className="absolute inset-0 z-[1] bg-pri-darker opacity-80 mix-blend-plus-lighter dark:mix-blend-color" />
122123
<Stripes />

0 commit comments

Comments
 (0)