Point to support flow instead of github

This commit is contained in:
jimio-signal 2020-10-23 10:06:06 -07:00 committed by Scott Nonnenberg
parent 74de4ea6f6
commit 1c057323ba
27 changed files with 1 additions and 104 deletions

View file

@ -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
? [
{