1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Merge pull request #733 from djsmith85/master

Fixes #723
This commit is contained in:
Chad Scharf
2021-02-24 16:13:26 -05:00
committed by GitHub

View File

@@ -199,7 +199,7 @@ export class MenuMain extends BaseMenu {
},
{
label: this.main.i18nService.t('fileBugReport'),
click: () => shell.openExternal('https://github.com/bitwarden/desktop'),
click: () => shell.openExternal('https://github.com/bitwarden/desktop/issues'),
},
];