diff --git a/frontend/src/components/ServerInfoPage.tsx b/frontend/src/components/ServerInfoPage.tsx index cbf5b2c8c96..897feb9b707 100644 --- a/frontend/src/components/ServerInfoPage.tsx +++ b/frontend/src/components/ServerInfoPage.tsx @@ -137,7 +137,7 @@ const Info = ({ data }: { data: ServerAllData }) => ( {key} - {key === "weburl" ? ( + {key === "weburl" || key === "discord.invite" ? ( { - +