Skip to content

Commit

Permalink
fix become a member link
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Oct 10, 2024
1 parent bfb73d8 commit 4947e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit 4947e9c

Please sign in to comment.