diff --git a/app/package.json b/app/package.json index 07729f8d..4ade8465 100644 --- a/app/package.json +++ b/app/package.json @@ -12,7 +12,7 @@ "bugs": { "url": "https://github.com/TheGoddessInari/rambox/issues" }, - "homepage": "https://rambox.pro", + "homepage": "https://github.com/TheGoddessInari/rambox", "keywords": [ "Rambox", "messaging", diff --git a/app/view/main/About.js b/app/view/main/About.js index ae0674a3..429a994b 100644 --- a/app/view/main/About.js +++ b/app/view/main/About.js @@ -26,8 +26,8 @@ Ext.define('Rambox.view.main.About', { ,'
Chromium: {chromium}
' ,'
Node: {node}
' ,'
' - ,'
GitHub - rambox.pro
' + ,'
GitHub
' ,'
' - ,'
'+locale['app.about[4]']+' Ramiro Saenz, maintained and newly developed by TheGoddessInari
' + ,'
'+locale['app.about[4]']+' Ramiro Saenz. Now maintained and developed by TheGoddessInari.
' ] }); diff --git a/electron/menu.js b/electron/menu.js index e807ba26..094fce77 100644 --- a/electron/menu.js +++ b/electron/menu.js @@ -19,12 +19,6 @@ function sendAction(action) { module.exports = function(config) { const locale = require('../resources/languages/'+config.get('locale')); const helpSubmenu = [ - { - label: `&`+locale['menu.help[0]'], - click() { - shell.openExternal('https://rambox.pro'); - } - }, { label: `&Facebook`, click() { diff --git a/index.html b/index.html index edb78d3f..16741bbf 100644 --- a/index.html +++ b/index.html @@ -7,30 +7,6 @@ Rambox - -