Skip to content

Commit a0cb8ba

Browse files
committed
Add the separator back
1 parent 5f53945 commit a0cb8ba

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,14 @@ function TestimonialAuthor({ author }: { author: Testimonial["author"] }) {
9191
height={128}
9292
className="size-16 xl:size-32"
9393
/>
94-
<div className="absolute inset-0 z-[1] bg-pri-base mix-blend-plus-lighter" />
94+
<div className="absolute inset-0 z-[1] bg-pri-base opacity-95 mix-blend-plus-lighter" />
9595
<Stripes />
9696
</div>
9797
<AuthorNameAndRole author={author} className="contents md:hidden" />
98+
<div
99+
// the separator
100+
className="absolute inset-y-0 right-0 w-px bg-gradient-to-b from-transparent via-pri-lighter to-transparent max-md:hidden"
101+
/>
98102
</div>
99103
)
100104
}

0 commit comments

Comments
 (0)