feat: bold only action & text
This commit is contained in:
@@ -81,7 +81,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
|
|||||||
</Typography>
|
</Typography>
|
||||||
<Box style={{ marginTop: '4px' }}>
|
<Box style={{ marginTop: '4px' }}>
|
||||||
<Typography>Your previous action was:
|
<Typography>Your previous action was:
|
||||||
<b>{decisionModal.action.charAt(0).toUpperCase() + decisionModal.action.slice(1)}, on an element with text {decisionModal.innerText} </b>
|
<b>{decisionModal.action.charAt(0).toUpperCase() + decisionModal.action.slice(1)} </b>, on an element with text <b>{decisionModal.innerText} </b>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
</React.Fragment>);
|
</React.Fragment>);
|
||||||
|
|||||||
Reference in New Issue
Block a user