diff --git a/server/views/resources/stories.jade b/server/views/resources/stories.jade index 28343283b7..ec77f5431e 100644 --- a/server/views/resources/stories.jade +++ b/server/views/resources/stories.jade @@ -13,7 +13,7 @@ block content img.testimonial-image.img-responsive.img-center(src=story.image) h3.text-center= story.camper |   - a.fa.fa-linkedin-square.text-primary(title="@#{username}'s LinkedIn Profile", href=story.linkedin, target='_blank') + a.fa.fa-linkedin-square.text-primary(alt="#{story.camper}'s LinkedIn Profile", href=story.linkedin, target='_blank') p.text-justify= story.quote