File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/app/conf/2025/components/testimonials Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -108,15 +108,16 @@ export function TestimonialAuthor({
108
108
return (
109
109
< div className = "relative flex shrink-0 flex-col items-center justify-center whitespace-pre md:px-6 lg:h-full lg:px-8" >
110
110
< div className = "relative bg-neu-500 dark:bg-neu-200 dark:opacity-90" >
111
- < Image
111
+ < img // we're not using next-image-export-optimizer because these images are small
112
+ // and it fails to download and optimize avatars from Sched
112
113
src = { author . avatar }
113
114
alt = { author . name }
114
115
width = { 128 }
115
116
height = { 128 }
116
- className = "size-16 saturate-[.1] xl:size-32"
117
+ className = "size-16 saturate-[.1] dark:opacity-90 xl:size-32"
117
118
fetchPriority = "low"
118
119
/>
119
- < div className = "absolute inset-0 z-[1] bg-pri-darker opacity-80 mix-blend-plus-lighter" />
120
+ < div className = "absolute inset-0 z-[1] bg-pri-darker opacity-80 mix-blend-plus-lighter dark:mix-blend-color " />
120
121
< Stripes />
121
122
</ div >
122
123
< AuthorNameAndRole author = { author } className = "contents md:hidden" />
You can’t perform that action at this time.
0 commit comments