Skip to content

Commit

Permalink
Update the Invite Bot to Server link/button on the Discord page.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Exairnous committed Aug 6, 2024
1 parent 5e74413 commit a86b8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {}
Expand Down

0 comments on commit a86b8ec

Please sign in to comment.