Skip to content

Commit

Permalink
Fixed broken Twitter image in example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Jul 19, 2011
1 parent 0725a78 commit 7602f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/views/home.jade
Expand Up @@ -10,7 +10,7 @@
Connect with Facebook
#twitter-login
a(href='/auth/twitter', style='border: 0px')
img(style='border: 0px', src='http://apiwiki.twitter.com/f/1242697715/Sign-in-with-Twitter-darker.png')
img(style='border: 0px', src='https://si0.twimg.com/images/dev/buttons/sign-in-with-twitter-l.png')
#github-login
a(href='/auth/github', style='border: 0px')
img(style='border: 0px', src='http://github.com/intridea/authbuttons/raw/master/png/github_64.png')
Expand Down

0 comments on commit 7602f6d

Please sign in to comment.