File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/app/conf/2025/components/testimonials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const testimonials: Testimonial[] = [
33
33
name : "Nicolai Draslov" ,
34
34
role : "Danish Agency for Digital Government" ,
35
35
avatar :
36
- "https://media.licdn. com/dms/image/v2/C4E03AQGlrdt3GpJI9w/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1528203207471?e=1753920000&v=beta&t=H6CMhDZFoXJxGUu4XYwC_rEX9Jjwh7OdPIDm8JaeXAU " ,
36
+ "https://vnckqn1t2xchefuj.public.blob.vercel-storage. com/nicolai.webp " ,
37
37
} ,
38
38
} ,
39
39
{
@@ -75,14 +75,14 @@ export function TestimonialsList({
75
75
return (
76
76
< div
77
77
className = { clsx (
78
- "flex w-full snap-x snap-mandatory flex-row gap-10 overflow-x-auto px-4 py-6 lg:mt-16 lg:py-16" ,
78
+ "flex w-full flex-row gap-10 overflow-x-auto px-4 py-6 lg:mt-16 lg:py-16" ,
79
79
className ,
80
80
) }
81
81
>
82
82
{ testimonials . map ( ( testimonial , i ) => (
83
83
< div
84
84
key = { i }
85
- className = "flex shrink-0 snap-start flex-row-reverse items-center gap-6 max-md:flex-col md:px-10"
85
+ className = "flex shrink-0 flex-row-reverse items-center gap-6 max-md:flex-col md:px-10"
86
86
>
87
87
< div >
88
88
< p className = "typography-body-lg max-w-[100vw] !leading-[1.1] max-md:text-center sm:max-w-[calc(100vw-32px)] md:max-w-[544px]" >
You can’t perform that action at this time.
0 commit comments