1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Fix broken link to open Edge extension store from Help menu (#1025)

This commit is contained in:
Daniel James Smith
2021-08-18 07:46:53 +02:00
committed by GitHub
parent 3100f55d51
commit 72b688e241

View File

@@ -296,8 +296,8 @@ export class MenuMain extends BaseMenu {
{
label: 'Edge',
click: () => {
shell.openExternal('https://www.microsoft.com/store/p/' +
'bitwarden-free-password-manager/9p6kxl0svnnl');
shell.openExternal('https://microsoftedge.microsoft.com/addons/' +
'detail/jbkfoedolllekgbhcbcoahefnbanhhlh');
},
},
{