From 96ed644e8081e3e7fa2f49e184363af435e01f74 Mon Sep 17 00:00:00 2001
From: Victor <victor@sentryhealth.ca>
Date: Tue, 26 Sep 2023 08:18:09 -0400
Subject: [PATCH] fix typo

---
 src/app/components/PriceInfo.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/components/PriceInfo.tsx b/src/app/components/PriceInfo.tsx
index 13a6fed5..2ac02cf2 100644
--- a/src/app/components/PriceInfo.tsx
+++ b/src/app/components/PriceInfo.tsx
@@ -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}