fix(ui): use asterisk html entity code

It wasn't rendering for me when using "*".
This commit is contained in:
Brian McGee
2025-05-27 15:54:47 +01:00
parent 03db7d1fbc
commit 4b7fc9e544

View File

@@ -137,7 +137,7 @@ export const InputLabel = (props: InputLabelProps) => {
weight="bold"
size="xs"
>
{""}
<>&#42;</>
</Typography>
)}
{props.help && (