1
1
mirror of https://github.com/primer/css.git synced 2024-08-17 12:10:33 +03:00

Added missing space in example (#2366)

This commit is contained in:
Lukas Oppermann 2023-01-19 04:19:21 +01:00 committed by GitHub
parent 5a612e6b73
commit 872a578e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ bundle: links
By default `<a>` elements already use the right link color and apply an underline on hover. So in most cases the `.Link` class is not really needed.
```html live
Some text with a <a href="#url">link</a>
Some text with a <a href="#url">link</a>
Some text with a <a href="#url" class="Link">link</a>
```