From 8f9ca2b7babc197a06be9127212d297713fcb081 Mon Sep 17 00:00:00 2001 From: Mroik Date: Wed, 27 Aug 2025 17:06:26 +0200 Subject: [PATCH] Make association cards use external_url Makes association cards use external_url instead of invite_link --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 05effb8a..110e4b1b 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -55,7 +55,7 @@ const Homepage = ({ groups, associations }: HomepageProps) => { items={associations} getItemName={(association) => association.name[locale]} renderItem={(association) => ( - + )}