From 8a191bb694b3ed1ca8d2afda6f88e283ea65eef3 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Fri, 28 Oct 2022 15:25:47 +0100 Subject: [PATCH] tweak: Insight name display --- src/web/questions/components/QuestionCard/QuestionFooter.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/questions/components/QuestionCard/QuestionFooter.tsx b/src/web/questions/components/QuestionCard/QuestionFooter.tsx index 837be7c..bc40458 100644 --- a/src/web/questions/components/QuestionCard/QuestionFooter.tsx +++ b/src/web/questions/components/QuestionCard/QuestionFooter.tsx @@ -172,6 +172,7 @@ export const QuestionFooter: React.FC = ({ > {question.platform.label .replace("Good Judgment Open", "GJOpen") + .replace("Insight Prediction", "Insight") .replace(/ /g, "\u00a0")}