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.
This commit is contained in:
Ryan Inch 2024-08-06 05:30:18 -04:00
Родитель 5e74413879
Коммит a86b8ec64c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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() {}