Skip to content

Commit 4ad72fb

Browse files
committed
Port UI tweaks to TestimonialAuthor from the future, use webp
1 parent c40d7f4 commit 4ad72fb

File tree

1 file changed

+4
-3
lines changed
  • src/app/conf/2025/components/testimonials

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const testimonials: Testimonial[] = [
3333
name: "Nicolai Draslov",
3434
role: "Danish Agency for Digital Government",
3535
avatar:
36-
"https://vnckqn1t2xchefuj.public.blob.vercel-storage.com/nicolai.webp",
36+
"https://papbiaw4uxaspq2o.public.blob.vercel-storage.com/nicolai.webp",
3737
},
3838
},
3939
{
@@ -92,9 +92,10 @@ function TestimonialAuthor({ author }: { author: Testimonial["author"] }) {
9292
alt={author.name}
9393
width={128}
9494
height={128}
95-
className="size-16 saturate-0 xl:size-32"
95+
className="size-16 saturate-[.1] xl:size-32"
96+
fetchPriority="low"
9697
/>
97-
<div className="absolute inset-0 z-[1] bg-pri-darker mix-blend-plus-lighter" />
98+
<div className="absolute inset-0 z-[1] bg-pri-darker opacity-80 mix-blend-plus-lighter" />
9899
<Stripes />
99100
</div>
100101
<AuthorNameAndRole author={author} className="contents md:hidden" />

0 commit comments

Comments
 (0)