diff --git a/apps/desktop/src/main/menu/menu.help.ts b/apps/desktop/src/main/menu/menu.help.ts index 28c3171fb43..60fce1ce494 100644 --- a/apps/desktop/src/main/menu/menu.help.ts +++ b/apps/desktop/src/main/menu/menu.help.ts @@ -126,6 +126,11 @@ export class HelpMenu implements IMenubarMenu { label: "GitHub", click: () => shell.openExternal("https://github.com/bitwarden"), }, + { + id: "mastodon", + label: "Mastodon", + click: () => shell.openExternal("https://fosstodon.org/@bitwarden"), + }, ]; }