mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 16:50:23 +00:00
missing icon class in code example
This commit is contained in:
parent
603aaa01ef
commit
fd3c6733a2
2 changed files with 2 additions and 2 deletions
|
|
@ -466,7 +466,7 @@
|
|||
...
|
||||
<li>
|
||||
<a href="#">
|
||||
<i class="book"></i>
|
||||
<i class="icon book"></i>
|
||||
Library
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
2
docs/templates/pages/components.mustache
vendored
2
docs/templates/pages/components.mustache
vendored
|
|
@ -402,7 +402,7 @@
|
|||
...
|
||||
<li>
|
||||
<a href="#">
|
||||
<i class="book"></i>
|
||||
<i class="icon book"></i>
|
||||
{{_i}}Library{{/i}}
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue