Skip to content

Commit

Permalink
[Mozilla Branding Removal] Replace Mozilla Spoke feedback form link w…
Browse files Browse the repository at this point in the history
…ith 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.
  • Loading branch information
Exairnous committed Nov 26, 2024
1 parent 80ea65e commit 2609e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/EditorContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ class EditorContainer extends Component {
},
{
name: "Submit Feedback",
action: () => window.open("https://forms.gle/2PAFXKwW1SXdfSK17")
action: () => window.open("https://discord.gg/wHmY4nd")
},
{
name: "Report an Issue",
Expand Down Expand Up @@ -436,7 +436,7 @@ class EditorContainer extends Component {
},
{
name: "Submit Feedback",
action: () => window.open("https://forms.gle/2PAFXKwW1SXdfSK17")
action: () => window.open("https://discord.gg/wHmY4nd")
}
];
};
Expand Down

0 comments on commit 2609e78

Please sign in to comment.