From 18840cebfe5cb9cbc57719dea6cda367cc856709 Mon Sep 17 00:00:00 2001 From: StefanWout Date: Fri, 6 Sep 2024 16:20:42 +0100 Subject: [PATCH] capitalized T in tendering --- src/app/components/StatusBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/StatusBadge.tsx b/src/app/components/StatusBadge.tsx index f433e24..b9aae3f 100644 --- a/src/app/components/StatusBadge.tsx +++ b/src/app/components/StatusBadge.tsx @@ -62,7 +62,7 @@ const statusColor: { }, tendering: { class: "bg-emerald-500 hover:bg-emerald-500", - text: "tendering", + text: "Tendering", hoverText: "This portfolio is currently in the tendering stage", propertyHoverText: "This property is currently in tender", },