Skip to content

Commit

Permalink
pretty/lint run
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Mar 20, 2024
1 parent e6826a4 commit e444023
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/ui/badges/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,12 @@ export function Badge({ labelKey, size, proposal }: IBadge) {
w="0.5rem"
h="0.5rem"
/>
<Text textStyle="text-md-sans-regular" lineHeight="1">{t(labelKey)}</Text>
<Text
textStyle="text-md-sans-regular"
lineHeight="1"
>
{t(labelKey)}
</Text>
{proposal && (
<ProposalCountdown
proposal={proposal}
Expand Down

0 comments on commit e444023

Please sign in to comment.