fix wrong paths for couple of assets img -> brand

This commit is contained in:
Henry Oswald 2014-04-02 12:08:54 +01:00
parent d3306d8c21
commit 250ce20ec0
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ block content
method: 'feed',
redirect_uri: 'https://www.sharelatex.com',
link: '!{buildReferalUrl("fb")}',
picture: 'https://www.sharelatex.com/img/logo/logosmall.png',
picture: 'https://www.sharelatex.com/brand/logo/logosmall.png',
name: 'ShareLaTeX - Online LaTeX Editor',
caption: 'Free Unlimited Projects and Compiles',
description: 'ShareLaTeX is a free online LaTeX Editor. Real time collaboration like Google Docs, with Dropbox, history and auto-complete'

View file

@ -11,7 +11,7 @@ script(type='text/javascript')
method: 'feed',
redirect_uri: 'https://www.sharelatex.com',
link: '#{buildReferalUrl()}',
picture: 'https://www.sharelatex.com/img/logo/logosmall.png',
picture: 'https://www.sharelatex.com/brand/logo/logosmall.png',
name: 'ShareLaTeX - Online LaTeX Editor',
caption: 'Free Unlimited Projects and Compiles',
description: 'ShareLaTeX is a free Online LaTeX Editor. Real time collaboration like Google Docs, with Dropbox, history and Auto Complete'