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", },