Skip to content

Commit e86b3bb

Browse files
committed
Replace Meetup references and icons with Luma
1 parent 6bcdcc9 commit e86b3bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/components/contribute.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ const sizes = "(min-width: 640px) 42vw, 67vw";
1919
/>
2020
<Fragment slot="lead">
2121
We're open to contributions from <span class="text-primary">anyone</span>
22-
Either if you have a <span class="text-primary">meetup</span> idea, or if
22+
Either if you have an <span class="text-primary">event</span> idea, or if
2323
you
2424
are interested in our github <span class="text-primary">projects</span>.
2525
</Fragment>
2626
<div class="grid grid-cols-1 gap-2 sm:grid-cols-2">
2727
<a
28-
href="https://www.meetup.com/barcelonajug/"
28+
href="https://luma.com/barcelonajug/"
2929
class="flex items-center justify-center gap-3 border-2 border-current px-6 py-4"
3030
>
31-
<Icon name="fa-brands:meetup" class="size-8"/>
32-
<span>Attend our meetups</span>
31+
<Icon name="mdi:calendar-star" class="size-8"/>
32+
<span>Attend our events</span>
3333
</a>
3434
<a
3535
href="https://github.com/barcelonajug"

src/components/footer.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const links: Array<FooterLink> = [
1010
icon: "fa-brands:slack",
1111
},
1212
{
13-
url: "https://www.meetup.com/BarcelonaJUG/",
14-
description: "Meetup",
15-
icon: "fa-brands:meetup",
13+
url: "https://luma.com/BarcelonaJUG/",
14+
description: "Luma",
15+
icon: "mdi:calendar-star",
1616
},
1717
{
1818
url: "https://twitter.com/BarcelonaJUG",

0 commit comments

Comments
 (0)