mirror of
https://github.com/primer/css.git
synced 2024-12-01 04:21:12 +03:00
Merge pull request #1222 from WashirePie/patch-1
Added missing </span> tag in labels.md
This commit is contained in:
commit
2689edb035
@ -158,7 +158,7 @@ Use the `Counter` in navigation to indicate the number of items without the user
|
||||
```html live
|
||||
<div class="tabnav">
|
||||
<nav class="tabnav-tabs" aria-label="Foo bar">
|
||||
<a href="#url" class="tabnav-tab" aria-current="page">Foo tab <span class="Counter">23</a>
|
||||
<a href="#url" class="tabnav-tab" aria-current="page">Foo tab <span class="Counter">23</span></a>
|
||||
<a href="#url" class="tabnav-tab">Bar tab</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user