Skip to content

Commit

Permalink
fix: badge on the right side of the title
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Oct 7, 2024
1 parent 62e8cf4 commit 496638c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ export const NewInUnleashItem = ({
{icon}
<LabelWithSummary>
<StyledItemTitle>
<Typography fontWeight='bold' fontSize='small'>
{label}
</Typography>
<ConditionallyRender
condition={beta}
show={<Badge color='secondary'>Beta</Badge>}
/>
<Typography fontWeight='bold' fontSize='small'>
{label}
</Typography>
</StyledItemTitle>
<Typography fontSize='small'>{summary}</Typography>
</LabelWithSummary>
Expand Down

0 comments on commit 496638c

Please sign in to comment.