Skip to content

Commit 10656b5

Browse files
committed
Format
1 parent d88edd9 commit 10656b5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function TestimonialsList({
7979
className,
8080
)}
8181
>
82-
<div className="scroll-start-x-[20%] scroll-start-x [@media(width<=1840px)]:hidden" />
82+
<div className="scroll-start-x scroll-start-x-[20%] [@media(width<=1840px)]:hidden" />
8383
{testimonials.map((testimonial, i) => (
8484
<div
8585
key={i}

0 commit comments

Comments
 (0)