Skip to content

Commit

Permalink
Fix height CSS bug on Featured App sliders
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed Apr 10, 2024
1 parent e8cd157 commit 3c6851d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/FeaturedAppsSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const FeaturedAppsSlider = () => {
}

return (
<section className="mb-5 min-h-[80vh]">
<section className="mb-5">
<swiper-container
init="false"
ref={swiperRef}
Expand Down

0 comments on commit 3c6851d

Please sign in to comment.