diff --git a/app/menu.js b/app/menu.js index b64dff74..939079ad 100644 --- a/app/menu.js +++ b/app/menu.js @@ -26,6 +26,11 @@ export default function buildMenu (mainWindow) { click () { shell.openItem('https://mjml.io/documentation/') }, + }, { + label: 'Browser Editor', + click () { + shell.openItem('https://mjml.io/try-it-live') + }, }, { type: 'separator', }, {