Skip to content

Commit

Permalink
Fixes jgthms#2862
Browse files Browse the repository at this point in the history
Why:

* According Twitter brand guideline says we cannot use the "Twitter icon" with "Twitter text".

This change addresses the need by:

* Replacing the span text from Twitter for @bulma
  • Loading branch information
Ricardo Martins (ext.) authored and Ricardo Martins (ext.) committed Mar 14, 2020
1 parent d6f91db commit d16f341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/elements/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<span class="icon">
<i class="fab fa-twitter"></i>
</span>
<span>Twitter</span>
<span>@Bulma</span>
</button>
<button class="button is-success">
<span class="icon is-small">
Expand Down

0 comments on commit d16f341

Please sign in to comment.