<Alert variant="error" mb="8px">
<Icon type="errorAlert" />
Error! Logs will be <Link href="#">here</Link>!
</Alert>
or
<Alert variant="error" mb="8px">
Error! Logs will be <Link href="#">{" "}here</Link>!
</Alert>
doesnt add a space in between text. It doesn't work with a vanilla a tag either.