diff --git a/app/views/about/testimonials.html.haml b/app/views/about/testimonials.html.haml index 7964d3d2bf..05249c214e 100644 --- a/app/views/about/testimonials.html.haml +++ b/app/views/about/testimonials.html.haml @@ -11,6 +11,6 @@ %h2.text-h1.text-center{ class: "max-w-[800px] mx-auto" } Over 85,000 students have left testimonials about their mentors. - .md-container{ class: "bg-[var(--backgroundColorImpactPage)]" } + .md-container %article.testimonials.pt-40 = ReactComponents::Impact::TestimonialsList.new(params)