Point to support flow instead of github
This commit is contained in:
parent
74de4ea6f6
commit
1c057323ba
27 changed files with 1 additions and 104 deletions
|
@ -9,7 +9,6 @@ exports.createTemplate = (options, messages) => {
|
|||
isBeta,
|
||||
includeSetup,
|
||||
openContactUs,
|
||||
openGithub,
|
||||
openForums,
|
||||
openJoinTheBeta,
|
||||
openReleaseNotes,
|
||||
|
@ -163,10 +162,6 @@ exports.createTemplate = (options, messages) => {
|
|||
label: messages.goToSupportPage.message,
|
||||
click: openSupportPage,
|
||||
},
|
||||
{
|
||||
label: messages.goToGithub.message,
|
||||
click: openGithub,
|
||||
},
|
||||
...(!isBeta
|
||||
? [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue