Fix typo preventing Facebook shares from working
This commit is contained in:
parent
faf1d7d84a
commit
7fdba9745b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function view(state) {
|
|||
h('a.button--small.facebook.u-width--full.share-button', {
|
||||
props: {
|
||||
target: '_blank'
|
||||
, href: 'https://www.facebook.com/dialog/feed?app_id='+app.facebook_app_id +"display=popup&caption=" + (app.campaign.name || app.nonprofit.name) + "&link="+window.location.href
|
||||
, href: 'https://www.facebook.com/dialog/feed?app_id='+app.facebook_app_id +"&display=popup&caption=" + (app.campaign.name || app.nonprofit.name) + "&link="+window.location.href
|
||||
}
|
||||
}, [h('i.fa.fa-facebook-square'), ` ${I18n.t('nonprofits.donate.followup.share.facebook')}`] )
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue