Skip to content

Commit

Permalink
fix lineHeight in MeetupList.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Wackerow <[email protected]>
  • Loading branch information
hursittarcan and wackerow authored Jan 17, 2024
1 parent ece0110 commit d9ae553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MeetupList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const MeetupList: React.FC<IProps> = () => {
me={4}
flexWrap="wrap"
>
<Emoji text={meetup.emoji} boxSize={4} me={2} isFlag />
<Emoji text={meetup.emoji} boxSize={4} me={2} lineHeight="unset" />
<Text mb={0} opacity={"0.6"}>
{meetup.location}
</Text>
Expand Down

0 comments on commit d9ae553

Please sign in to comment.