Skip to content

Commit 7b770b9

Browse files
authored
Merge pull request #100 from MichiganDataScienceTeam/redesign-home-screen
remove wave
2 parents 9b9eea5 + 5df01f5 commit 7b770b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/hero.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ export default function Hero({ children, title }) {
1313
{children}
1414
</div>
1515
</div>
16-
<div className="absolute bottom-0 w-full">
17-
<Wave />
18-
</div>
1916
</div>
2017
);
2118
}

0 commit comments

Comments
 (0)