Skip to content

Commit

Permalink
feat: add hash link for homepage events
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Jul 24, 2024
1 parent 0021ff3 commit 14ebe1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CommunityEvents/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const CommunityEvents = ({ events }: CommunityEventsProps) => {
sm: "2rem 0 0",
lg: "2rem 2rem 0",
}}
id="community-events"
>
<Center w={{ base: "100%", lg: "40%" }}>
<Box pe={8} ps={{ base: 8, lg: 0 }}>
Expand Down

0 comments on commit 14ebe1f

Please sign in to comment.