mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 13:31:30 +08:00
Merge pull request #8893 from FortAwesome/talbs/fix-missing-icon
FIX: Incorrect Info Icon Reference on Icon View
This commit is contained in:
commit
8c8ac86edc
@ -52,7 +52,7 @@ relative_path: ../../
|
||||
<i class="fa fa-{{ page.icon.id }}"></i>
|
||||
{% endhighlight %}
|
||||
<br>
|
||||
<div class="lead"><i class="fa fa-info-sign"></i> Looking for more? Check out the <a href="{{ page.relative_path }}examples/">examples</a>.</div>
|
||||
<div class="lead"><i class="fa fa-info-circle"></i> Looking for more? Check out the <a href="{{ page.relative_path }}examples/">examples</a>.</div>
|
||||
</div>
|
||||
<div class="col-md-3 col-sm-3">
|
||||
<div class="vertical-ad">{% include ads/fusion.html %}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user