mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
update label links
This commit is contained in:
parent
e5e1fc9edc
commit
1fbbf6fd21
@ -137,7 +137,7 @@ Use the `Counter` component to add a count to navigational elements and buttons.
|
||||
<span class="Counter Counter--gray-light">64</span>
|
||||
```
|
||||
|
||||
Use the `Counter` in navigation to indicate the number of items without the user having to click through or count the items, such as open issues in a GitHub repo. See more options in [navigation](../../core/components/navigation).
|
||||
Use the `Counter` in navigation to indicate the number of items without the user having to click through or count the items, such as open issues in a GitHub repo. See more options in [navigation](../navigation).
|
||||
|
||||
```html title="Counter in tabs"
|
||||
<div class="tabnav">
|
||||
@ -148,7 +148,7 @@ Use the `Counter` in navigation to indicate the number of items without the user
|
||||
</div>
|
||||
```
|
||||
|
||||
Counters can also be used in `Box` headers to indicate the number of items in a list. See more on the [box component](../../core/components/box).
|
||||
Counters can also be used in `Box` headers to indicate the number of items in a list. See more on the [box component](../box).
|
||||
|
||||
```html title="Counter in Box headers"
|
||||
<div class="Box">
|
||||
|
Loading…
Reference in New Issue
Block a user