From cb09f8fcb7ed6be9a84a7da2068432bccc4eebc7 Mon Sep 17 00:00:00 2001 From: Truls Henrik Jakobsen Date: Fri, 29 Nov 2024 11:54:13 +0100 Subject: [PATCH] feat: apply color to fancy brackets --- .../customerCase/projectInfo/CustomerCaseProjectInfo.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/customerCases/customerCase/projectInfo/CustomerCaseProjectInfo.tsx b/src/components/customerCases/customerCase/projectInfo/CustomerCaseProjectInfo.tsx index 0291a7d3a..db084dadb 100644 --- a/src/components/customerCases/customerCase/projectInfo/CustomerCaseProjectInfo.tsx +++ b/src/components/customerCases/customerCase/projectInfo/CustomerCaseProjectInfo.tsx @@ -58,7 +58,9 @@ export default async function CustomerCaseProjectInfo({ {t("variants").toUpperCase()}
- + + + {consultantsFirstNames.map((name) => ( ))} - + + +
)}