Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Sep 26, 2023
1 parent 570bb31 commit 96ed644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/PriceInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export function PriceInfo() {
<span
className={
isNegativeOrZero
? "text-sm font-bold text-success"
: "text-sm font-bold text-error"
? "text-sm font-bold text-error"
: "text-sm font-bold text-success"
}
>
{isNegativeOrZero ? change : "+" + change}
Expand Down

0 comments on commit 96ed644

Please sign in to comment.