Skip to content

Commit

Permalink
Fixes #2862 (#2874)
Browse files Browse the repository at this point in the history
* Fixes #2862

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

* Updates button text

Changes @bulma to @jgthms

Co-authored-by: Ricardo Martins (ext.) <[email protected]>
  • Loading branch information
fmmricardo and Ricardo Martins (ext.) authored Mar 15, 2020
1 parent d6f91db commit 4b2bc00
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>@jgthms</span>
</button>
<button class="button is-success">
<span class="icon is-small">
Expand Down

0 comments on commit 4b2bc00

Please sign in to comment.