Skip to content

Commit

Permalink
Merge pull request #421 from MeetDOD/issue-414
Browse files Browse the repository at this point in the history
  • Loading branch information
akbatra567 authored Jul 12, 2024
2 parents 681560a + 3dd23f3 commit 68b9638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/TestimonialSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const TestimonialSlider: React.FC = () => {

return (
<div
className="testimonial-slider-container w-full flex flex-col text-center py-10 bg-cover bg-center text-[#000435] dark:text-white"
style={{ backgroundImage: `url(${bgHero})` }}
className="testimonial-slider-container w-full flex flex-col text-center py-10 text-[#000435] bg-white dark:text-white dark:bg-[#000435]"
style={{ backgroundImage: `url(${bgHero})`, backgroundSize: 'cover', backgroundPosition: 'center' }}
onMouseEnter={handleMouseEnter}
onMouseLeave={handleMouseLeave}
>
Expand Down

0 comments on commit 68b9638

Please sign in to comment.