Skip to content

Commit

Permalink
Merge pull request #99 from MichiganDataScienceTeam/redesign-home-screen
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
Weile-Zheng authored Sep 15, 2024
2 parents 483cb39 + 4c27e5f commit 9b9eea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export default function Hero({ children, title }) {
) : null}
{children}
</div>
<div className="absolute bottom-0 w-full">
<Wave />
</div>
</div>
<div className="absolute bottom-0 w-full">
<Wave />
</div>
</div>
);
Expand Down

0 comments on commit 9b9eea5

Please sign in to comment.