Skip to content

Commit 2609e78

Browse files
committed
[Mozilla Branding Removal] Replace Mozilla Spoke feedback form link with a Discord invite.
The Submit Feedback buttons in the Spoke project editor main menu (and its Help submenu) currently link to a Google form for sending feedback to Mozilla. This commit replaces the Mozilla form links with a Discord invite link so feedback about Spoke will come to the Hubs Discord server instead.
1 parent 80ea65e commit 2609e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/EditorContainer.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ class EditorContainer extends Component {
399399
},
400400
{
401401
name: "Submit Feedback",
402-
action: () => window.open("https://forms.gle/2PAFXKwW1SXdfSK17")
402+
action: () => window.open("https://discord.gg/wHmY4nd")
403403
},
404404
{
405405
name: "Report an Issue",
@@ -436,7 +436,7 @@ class EditorContainer extends Component {
436436
},
437437
{
438438
name: "Submit Feedback",
439-
action: () => window.open("https://forms.gle/2PAFXKwW1SXdfSK17")
439+
action: () => window.open("https://discord.gg/wHmY4nd")
440440
}
441441
];
442442
};

0 commit comments

Comments
 (0)