Skip to content

Commit 7fb7db5

Browse files
authored
Merge pull request #1303 from Hubs-Foundation/remove-mozilla-branding-2
[Mozilla Branding Removal] Replace Mozilla Spoke feedback form link with a Discord invite
2 parents 80ea65e + 399034c commit 7fb7db5

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)