From 4947e9c423e0e44dc6157d91a43c06a50bc92567 Mon Sep 17 00:00:00 2001 From: Kevin Schneider Date: Thu, 10 Oct 2024 09:51:47 +0200 Subject: [PATCH] fix become a member link --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index f521845c..ab6096e9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -36,7 +36,7 @@ const mainPageCards = await getCollection('mainpagecards'); { variant: 'primary', text: 'Become a member', - href: 'https://github.com/onwidget/astrowind', + href: 'https://auth.nfdi4plants.org/realms/dataplant/protocol/openid-connect/auth?client_id=account&redirect_uri=https%3A%2F%2Fauth.nfdi4plants.org%2Frealms%2Fdataplant%2Faccount%2Flogin-redirect&state=0%2F2083ce25-95bf-4a38-ba82-0502f7060042&response_type=code&scope=openid', target: '_blank', icon: 'tabler:user-plus', },