fix(ui): use asterisk html entity code
It wasn't rendering for me when using "*".
This commit is contained in:
@@ -137,7 +137,7 @@ export const InputLabel = (props: InputLabelProps) => {
|
|||||||
weight="bold"
|
weight="bold"
|
||||||
size="xs"
|
size="xs"
|
||||||
>
|
>
|
||||||
{"∗"}
|
<>*</>
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
{props.help && (
|
{props.help && (
|
||||||
|
|||||||
Reference in New Issue
Block a user