File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/app/conf/2025/components/testimonials Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export function Testimonials({ className, ...rest }: TestimonialsProps) {
57
57
) }
58
58
{ ...rest }
59
59
>
60
- < h2 className = "text-center text-neu-800 typography-h2 " >
60
+ < h2 className = "typography-h2 text-center text-neu-800" >
61
61
How was the previous edition?
62
62
</ h2 >
63
63
< div className = "flex w-full snap-x snap-mandatory flex-row gap-10 overflow-x-auto px-4 py-6 lg:mt-16 lg:py-16" >
@@ -67,7 +67,7 @@ export function Testimonials({ className, ...rest }: TestimonialsProps) {
67
67
className = "flex shrink-0 snap-start flex-row-reverse items-center gap-6 max-md:flex-col md:px-10"
68
68
>
69
69
< div >
70
- < p className = "max-w-[calc(100vw-32px)] !leading-[1.1] typography-body-lg max-md:text-center md:max-w-[544px]" >
70
+ < p className = "typography-body-lg max-w-[calc(100vw-32px)] !leading-[1.1] max-md:text-center md:max-w-[544px]" >
71
71
{ testimonial . quote }
72
72
</ p >
73
73
< AuthorNameAndRole
@@ -115,8 +115,8 @@ function AuthorNameAndRole({
115
115
} ) {
116
116
return (
117
117
< div className = { className } >
118
- < div className = "mt-3 typography-body-sm" > { author . name } </ div >
119
- < div className = "text-neu-700 typography-body-xs" > { author . role } </ div >
118
+ < div className = "typography-body-sm mt-3 " > { author . name } </ div >
119
+ < div className = "typography-body-xs text-neu-700 " > { author . role } </ div >
120
120
</ div >
121
121
)
122
122
}
You can’t perform that action at this time.
0 commit comments