Update add-font-awesome-icons-to-all-of-our-buttons.english.md (#37668)

The thumbs up from the previous challenge was removed from the seed in an earlier merge -- seems like it should be there since the instructions only say to add the icons to the remaining buttons.
This commit is contained in:
Lowell Hamilton
2019-11-19 18:12:15 -07:00
committed by Manish Giri
parent 437ba8b103
commit 301d03df7b

View File

@ -68,7 +68,7 @@ tests:
<img src="https://bit.ly/fcc-running-cats" class="img-responsive" alt="Three kittens running towards the camera."> <img src="https://bit.ly/fcc-running-cats" class="img-responsive" alt="Three kittens running towards the camera.">
<div class="row"> <div class="row">
<div class="col-xs-4"> <div class="col-xs-4">
<button class="btn btn-block btn-primary">Like</button> <button class="btn btn-block btn-primary"><i class="fas fa-thumbs-up"></i> Like</button>
</div> </div>
<div class="col-xs-4"> <div class="col-xs-4">
<button class="btn btn-block btn-info">Info</button> <button class="btn btn-block btn-info">Info</button>