Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<Alert> Links cannot add space between text #83

Open
tko22 opened this issue May 30, 2020 · 0 comments
Open

<Alert> Links cannot add space between text #83

tko22 opened this issue May 30, 2020 · 0 comments
Labels
bug Something isn't working component for component dev issues

Comments

@tko22
Copy link
Member

tko22 commented May 30, 2020

<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.

@tko22 tko22 added bug Something isn't working component for component dev issues labels May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component for component dev issues
Projects
None yet
Development

No branches or pull requests

1 participant