Skip to content

Commit

Permalink
Hiding testimonials when smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbell-lot23 committed Apr 9, 2024
1 parent b4ede29 commit 30d1972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function Hero({ hero }: LandingPageFragment) {
<Cal link={hero.contactUsLink} />
</div>
</div>
<div className="flex-none p-0">
<div className="hidden p-0 lg:flex">
<Carousel testimonials={hero.testimonials.items} />
</div>
</Container>
Expand Down

0 comments on commit 30d1972

Please sign in to comment.