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

General Discussion

help me in workspaces preview

http://imgur.com/a/V1joX

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

Hi,

I believe it's because you're missing an end quote for your class name on your second line.

Hope it helps!

i didnt understand what do you mean , can you write it for me? it easier ..

Sure 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!