Merge pull request #15448 from benomatis/fix/challenge-instruction

Add explicit text to instruction to keep the word 'Like' in the button next to the icon
pull/15515/head
Dylan 2017-06-19 22:35:49 -05:00 committed by GitHub
commit c0fa27537c
1 changed files with 1 additions and 1 deletions

View File

@ -1263,7 +1263,7 @@
"The <code>i</code> element was originally used to make other elements italic, but is now commonly used for icons. You can add the Font Awesome classes to the <code>i</code> element to turn it into an icon, for example:",
"<code>&lt;i class=\"fa fa-info-circle\"&gt;&lt;/i&gt;</code>",
"Note that the <code>span</code> element is also acceptable for use with icons.",
"Use Font Awesome to add a <code>thumbs-up</code> icon to your like button by giving it an <code>i</code> element with the classes <code>fa</code> and <code>fa-thumbs-up</code>."
"Use Font Awesome to add a <code>thumbs-up</code> icon to your like button by giving it an <code>i</code> element with the classes <code>fa</code> and <code>fa-thumbs-up</code>; make sure to keep the text \"Like\" next to the icon."
],
"challengeSeed": [
"<link href=\"https://fonts.googleapis.com/css?family=Lobster\" rel=\"stylesheet\" type=\"text/css\">",