Skip to content

Commit

Permalink
Update LandingHero.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlightnexus authored Oct 15, 2023
1 parent e27b424 commit cc5177c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LandingHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function LandingHero() {
<>
<InteractivePrism
bgColor="black"
height={isMobile ? "50vh" : "40rem"}
height={isMobile ? "50vh" : "60rem"}
isMobile={!!isMobile}
/>

Expand Down

0 comments on commit cc5177c

Please sign in to comment.