From 2552fa6aa4b81eebc73ba6a7f2ce7e230c82f715 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 23 Sep 2024 17:51:53 +0530 Subject: [PATCH] feat: bold only action & text --- src/components/molecules/InterpretationButtons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx index bf43270c..7adeeb91 100644 --- a/src/components/molecules/InterpretationButtons.tsx +++ b/src/components/molecules/InterpretationButtons.tsx @@ -81,7 +81,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP Your previous action was: - {decisionModal.action.charAt(0).toUpperCase() + decisionModal.action.slice(1)}, on an element with text {decisionModal.innerText} + {decisionModal.action.charAt(0).toUpperCase() + decisionModal.action.slice(1)} , on an element with text {decisionModal.innerText} );