Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Change "Report issue..." to go to Zendesk, not Github - Closes #664
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Aug 29, 2017
1 parent 416d6e4 commit 70a1d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function createWindow() {
{
label: 'Report Issue...',
click() {
electron.shell.openExternal('https://github.com/LiskHQ/lisk-nano/issues/new');
electron.shell.openExternal('https://lisk.zendesk.com/hc/en-us/requests/new');
},
},
{
Expand Down

0 comments on commit 70a1d05

Please sign in to comment.