Skip to content

Commit

Permalink
Fix class on example
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored Mar 12, 2019
1 parent 25c43bb commit 5cced2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.3/components/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Badges can be used as part of links or buttons to provide a counter.

{% capture example %}
<button type="button" class="btn btn-primary">
Notifications <span class="badge badge-light">4</span>
Notifications <span class="badge bg-secondary">4</span>
</button>
{% endcapture %}
{% include example.html content=example %}
Expand Down

0 comments on commit 5cced2b

Please sign in to comment.