diff --git a/views/account/show.jade b/views/account/show.jade index 8194c4b107..f043f05ee1 100644 --- a/views/account/show.jade +++ b/views/account/show.jade @@ -16,10 +16,7 @@ block content if picture img.img-center.img-responsive.public-profile-img(src=picture) else - if (user) - img.img-center.img-responsive.public-profile-img(src='#{user.gravatar(200)}') - else - img.img-center.img-responsive.public-profile-img(src='https://gravatar.com/avatar/d704cc72a5cd0bfa482ee71f4d557daa?s=200&d=retro') + img.img-center.img-responsive.public-profile-img(src='https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-180x180.png') h1.text-center.negative-5 - if (twitterHandle) a.ion-social-twitter.text-primary(title="@#{username}'s Twitter Profile", href="http://twitter.com/#{twitterHandle}", target='_blank')