Skip to content

Commit d8c1f88

Browse files
clytaemnestrapre-commit-ci[bot]nikoshell
authored
Update CTA (#1293)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nikoś <[email protected]>
1 parent 7c3af8d commit d8c1f88

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/components/sections/updates/updates.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let deadlines = await getCollection("deadlines");
88
deadlines = deadlines
99
.sort((a, b) => a.slug.localeCompare(b.slug))
1010
.reverse()
11-
.slice(0, 6);
11+
.slice(0, 3);
1212
---
1313

1414
<Section>

src/content/deadlines/03_finaid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Financial Aid
3-
subtitle: Open until 9 May
3+
subtitle: Already Closed
44
url: /finaid
55
image: "./finaid.jpeg"
66
---

src/content/deadlines/06_mentorship.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Speakers' Workshop
3-
subtitle: Register Now!
3+
subtitle: Already Taken Place
44
url: https://forms.gle/T8rc73sbyu3KbLNKA
55
image: "mentorship1.jpg"
66
---

src/content/deadlines/07_volunteering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: On-Site Volunteers
3-
subtitle: Join Us
3+
subtitle: Already Closed
44
url: /volunteers
55
image: "./volunteers-2024.jpg"
66
---

src/content/pages/volunteers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ We will get back to you with more details and information on how to proceed.
101101
Thanks ❤️
102102

103103
<div class="text-center mb-8">
104-
<Button url="https://forms.gle/rSWsgnxS5gmXrrZ97">Register your interest now!</Button>
104+
<Button url="https://forms.gle/rSWsgnxS5gmXrrZ97">Already closed</Button>
105105
</div>
106106

107107
## More information

0 commit comments

Comments
 (0)