remove google plus and fix safari extension link

This commit is contained in:
Kyle Spearrin 2019-09-25 20:44:53 -04:00
parent 9bb26cb0fa
commit 0a2d16a883
2 changed files with 2 additions and 7 deletions

2
jslib

@ -1 +1 @@
Subproject commit 971e19335f66ac64845b65a7bcf688811f60eaff
Subproject commit 53d08067df953e7a66ebf0b972e6443e1f275d86

View File

@ -185,10 +185,6 @@ export class MenuMain extends BaseMenu {
label: 'Facebook',
click: () => shell.openExternal('https://www.facebook.com/bitwarden/'),
},
{
label: 'Google+',
click: () => shell.openExternal('https://plus.google.com/114869903467947368993'),
},
{
label: 'GitHub',
click: () => shell.openExternal('https://github.com/bitwarden'),
@ -256,8 +252,7 @@ export class MenuMain extends BaseMenu {
{
label: 'Safari',
click: () => {
shell.openExternal('https://safari-extensions.apple.com/details/' +
'?id=com.bitwarden.safari-LTZ2PFU5D6');
shell.openExternal('https://bitwarden.com/#download');
},
},
],