From a86b8ec64c70c08265acf14062b47135380ab21a Mon Sep 17 00:00:00 2001 From: Ryan Inch Date: Tue, 6 Aug 2024 05:30:18 -0400 Subject: [PATCH] Update the Invite Bot to Server link/button on the Discord page. Update the Invite Bot to Server link to point to the Hubs Discord Bot GitHub repository instead of the Mozilla Hubs team's Google form which contained outdated links, offers of support, and requests for information to be shared with the Mozilla Hubs team. --- src/discord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord.js b/src/discord.js index 1dd080c07..5a0efc53c 100644 --- a/src/discord.js +++ b/src/discord.js @@ -13,7 +13,7 @@ import { store } from "./utils/store-instance"; registerTelemetry("/discord", "Discord Landing Page"); -const inviteUrl = "https://forms.gle/GGPgarSuY5WaTNCT8"; +const inviteUrl = "https://github.com/Hubs-Foundation/hubs-discord-bot"; class DiscordPage extends Component { componentDidMount() {}