Browse Source

Fix donation link

Fixes #1749.
pull/1782/head
Sander Bol 7 years ago committed by GitHub
parent
commit
76d1e051fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/view/main/Main.js

4
app/view/main/Main.js

@ -31,7 +31,7 @@ Ext.define('Rambox.view.main.Main', {
,html: '<span class="fa fa-heart" style="color:red;font-size:16px;cursor:pointer;padding:0 5px;"></span>'
,baseCls: ''
,tooltip: locale['app.main[25]']
,href: 'https://fundraiseup.com/widget/FUNSGXPIJWQ/donate?key=KPCFEZKZ'
,href: 'https://rambox.pro/#donate'
}]
}
,items: [
@ -338,7 +338,7 @@ Ext.define('Rambox.view.main.Main', {
,{
text: locale['app.main[25]']
,glyph: 'xf21e@FontAwesome'
,href: 'https://fundraiseup.com/widget/FUNSGXPIJWQ/donate?key=KPCFEZKZ'
,href: 'https://rambox.pro/#donate'
}
,{
text: 'Translation'

Loading…
Cancel
Save