From 59e66303189a8f0d687fad72137e76aa1ce42f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trifun=20=C4=90or=C4=91evi=C4=87?= Date: Mon, 22 Jun 2026 17:56:39 +0200 Subject: [PATCH 1/2] fix(server-info): render discord.invite as clickable link --- frontend/src/components/ServerInfoPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ? ( Date: Mon, 22 Jun 2026 18:17:52 +0200 Subject: [PATCH 2/2] fix(partners): update stats when filters (empty/passworded) are applied --- frontend/src/pages/partners.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/partners.tsx b/frontend/src/pages/partners.tsx index b1cae40aa2b..5f4608ce985 100644 --- a/frontend/src/pages/partners.tsx +++ b/frontend/src/pages/partners.tsx @@ -334,7 +334,7 @@ const List = ({ data }: { data: CoreServerData[] }) => { - +