From 73943994ffa782fc2ecfa182ece37a6408bca64e Mon Sep 17 00:00:00 2001
From: Lowell Hamilton <54682670+brokenbittech@users.noreply.github.com>
Date: Sun, 17 Nov 2019 08:55:39 -0700
Subject: [PATCH] Update add-font-awesome-icons-to-our-buttons.english.md
(#37667)
Correct typo in instructions -- says to add the "fa" class instead of the "fas" class.
---
.../bootstrap/add-font-awesome-icons-to-our-buttons.english.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.english.md b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.english.md
index 9146f27ba1..8c9b9aea23 100644
--- a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.english.md
+++ b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-our-buttons.english.md
@@ -21,7 +21,7 @@ Note that the span
element is also acceptable for use with icons.
## Instructions
-Use Font Awesome to add a thumbs-up
icon to your like button by giving it an i
element with the classes fa
and fa-thumbs-up
. Make sure to keep the text "Like" next to the icon.
+Use Font Awesome to add a thumbs-up
icon to your like button by giving it an i
element with the classes fas
and fa-thumbs-up
. Make sure to keep the text "Like" next to the icon.
## Tests