Skip to content

Commit

Permalink
Fix Meetup URL
Browse files Browse the repository at this point in the history
  • Loading branch information
icougil committed Nov 8, 2024
1 parent 6d7d148 commit 9d31f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/contribute.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const sizes = "(min-width: 640px) 42vw, 67vw";
</Fragment>
<div class="grid grid-cols-1 gap-2 sm:grid-cols-2">
<a
href="https://www.meetup.com/fr-FR/barcelonajug/"
href="https://www.meetup.com/barcelonajug/"
class="flex items-center justify-center gap-3 border-2 border-current px-6 py-4"
>
<Icon name="fa-brands:meetup" class="size-8"/>
Expand Down

0 comments on commit 9d31f8f

Please sign in to comment.