Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/components/contribute.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ const sizes = "(min-width: 640px) 42vw, 67vw";
/>
<Fragment slot="lead">
We're open to contributions from <span class="text-primary">anyone</span>
Either if you have a <span class="text-primary">meetup</span> idea, or if
Either if you have an <span class="text-primary">event</span> idea, or if
you
are interested in our github <span class="text-primary">projects</span>.
</Fragment>
<div class="grid grid-cols-1 gap-2 sm:grid-cols-2">
<a
href="https://www.meetup.com/barcelonajug/"
href="https://luma.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"/>
<span>Attend our meetups</span>
<Icon name="mdi:calendar-star" class="size-8"/>
<span>Attend our events</span>
</a>
<a
href="https://github.com/barcelonajug"
Expand Down
6 changes: 3 additions & 3 deletions src/components/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const links: Array<FooterLink> = [
icon: "fa-brands:slack",
},
{
url: "https://www.meetup.com/BarcelonaJUG/",
description: "Meetup",
icon: "fa-brands:meetup",
url: "https://luma.com/BarcelonaJUG/",
description: "Luma",
icon: "mdi:calendar-star",
},
{
url: "https://twitter.com/BarcelonaJUG",
Expand Down