Skip to content

Commit

Permalink
typo page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherpepe authored Nov 28, 2024
1 parent 6fcca6d commit e5046af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export default function Home() {
Upcoming Events
</Heading>

<VStack align="left" spacing="10" maxH="600" overflowY="auto">
<VStack align="left" spacing="10" maxH="600px" overflowY="auto">
{events.map((event) => (
<Link href={event.link} key={event.name} isExternal>
<VStack align="left">
Expand Down

0 comments on commit e5046af

Please sign in to comment.