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"
|
||||
size="xs"
|
||||
>
|
||||
{"∗"}
|
||||
<>*</>
|
||||
</Typography>
|
||||
)}
|
||||
{props.help && (
|
||||
|
||||
Reference in New Issue
Block a user