Skip to content

Commit a58e459

Browse files
authored
Fix Meetup URL (#11)
2 parents 6d7d148 + 9d31f8f commit a58e459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/contribute.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const sizes = "(min-width: 640px) 42vw, 67vw";
2525
</Fragment>
2626
<div class="grid grid-cols-1 gap-2 sm:grid-cols-2">
2727
<a
28-
href="https://www.meetup.com/fr-FR/barcelonajug/"
28+
href="https://www.meetup.com/barcelonajug/"
2929
class="flex items-center justify-center gap-3 border-2 border-current px-6 py-4"
3030
>
3131
<Icon name="fa-brands:meetup" class="size-8"/>

0 commit comments

Comments
 (0)