mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 13:49:24 +00:00
fix wrong paths for couple of assets img -> brand
This commit is contained in:
parent
d3306d8c21
commit
250ce20ec0
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue