Here’s my code
input class="form-control" placeholder="cat photo URL" required>
button class="btn btn-primary"><i class="fa fa-paper-plane">submit</i></button>
I had to delete the < and the div head/finish it’s there in the original code howerver
here’s what it’s telling me
Give the submit button in your form the classes btn btn-primary. (I did that though…)
Add a i class=“fa fa-paper-plane”> within your submit button element. (the icon is showing up)
Give the text input in your form the class form-control. (It’s been given that class…)
Am I missing something simple?