Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

alex axel
2,014 Pointshelp me in workspaces preview
i want the facebook logo to appear on my preview workspaces , you can see at the bottom their is a twitter logo but their isnt a facebook logo beside as it should it be i had it before then it was gone
3 Answers

Thomas Brun
Front End Web Development Techdegree Student 5,896 PointsHi,
I believe it's because you're missing an end quote for your class name on your second line.
Hope it helps!

alex axel
2,014 Pointsi didnt understand what do you mean , can you write it for me? it easier ..

Thomas Brun
Front End Web Development Techdegree Student 5,896 PointsSure thing. :)
Your Facebook link has a class of "social-icon", but you haven't closed the class correctly. You should add a quote mark to the end like this:
<a href="http://facebook.com/Alex Axel"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
Hope it's clearer!