diff options
author | Kali Kaneko <kali@leap.se> | 2017-07-28 18:50:51 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-28 21:10:27 -0400 |
commit | 184e335b50803f6bd2bcedce9fe746dc97c40eb6 (patch) | |
tree | 147a4ce85cc1f0d333dfefa66ed0faf54354da48 /ui/app/components/main_panel/app_buttons.js | |
parent | 4bef092ab9c1bd7ed531bd19f7e0b3137332deba (diff) |
[bug] fix uri for reporting issues
Diffstat (limited to 'ui/app/components/main_panel/app_buttons.js')
-rw-r--r-- | ui/app/components/main_panel/app_buttons.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/main_panel/app_buttons.js b/ui/app/components/main_panel/app_buttons.js index efa06d25..f7b21bcf 100644 --- a/ui/app/components/main_panel/app_buttons.js +++ b/ui/app/components/main_panel/app_buttons.js @@ -50,7 +50,7 @@ export default class AppButtons extends React.Component { } } - openBugReport() { this.openURL('https://0xacab.org/leap/bitmask-dev') } + openBugReport() { this.openURL('https://0xacab.org/leap/bitmask-dev/issues') } openDonate() { this.openURL('https://leap.se/donate') } openCode() { this.openURL('https://leap.se/source') } |