Skip to content

Commit

Permalink
add "+" in negative badge
Browse files Browse the repository at this point in the history
  • Loading branch information
breeg554 committed Sep 21, 2024
1 parent d0a209a commit cc2ba17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/components/badges/PercentageChangeBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function NegativeBadge({
className={cn('text-red-600 bg-red-500/15', className)}
{...rest}
>
{value.toFixed(1)}%
+{value.toFixed(1)}%
</BadgeWrapper>
);
}
Expand Down

0 comments on commit cc2ba17

Please sign in to comment.