diff --git a/src/components/sections/updates/updates.astro b/src/components/sections/updates/updates.astro index 7ad3e4065..910e4765d 100644 --- a/src/components/sections/updates/updates.astro +++ b/src/components/sections/updates/updates.astro @@ -8,7 +8,7 @@ let deadlines = await getCollection("deadlines"); deadlines = deadlines .sort((a, b) => a.slug.localeCompare(b.slug)) .reverse() - .slice(0, 6); + .slice(0, 3); ---
diff --git a/src/content/deadlines/03_finaid.md b/src/content/deadlines/03_finaid.md index 9b7bb84c6..f37165c53 100644 --- a/src/content/deadlines/03_finaid.md +++ b/src/content/deadlines/03_finaid.md @@ -1,6 +1,6 @@ --- title: Financial Aid -subtitle: Open until 9 May +subtitle: Already Closed url: /finaid image: "./finaid.jpeg" --- diff --git a/src/content/deadlines/06_mentorship.md b/src/content/deadlines/06_mentorship.md index 3f5b57c16..51e2a67cc 100644 --- a/src/content/deadlines/06_mentorship.md +++ b/src/content/deadlines/06_mentorship.md @@ -1,6 +1,6 @@ --- title: Speakers' Workshop -subtitle: Register Now! +subtitle: Already Taken Place url: https://forms.gle/T8rc73sbyu3KbLNKA image: "mentorship1.jpg" --- diff --git a/src/content/deadlines/07_volunteering.md b/src/content/deadlines/07_volunteering.md index 5d12bd314..2dce53744 100644 --- a/src/content/deadlines/07_volunteering.md +++ b/src/content/deadlines/07_volunteering.md @@ -1,6 +1,6 @@ --- title: On-Site Volunteers -subtitle: Join Us +subtitle: Already Closed url: /volunteers image: "./volunteers-2024.jpg" --- diff --git a/src/content/pages/volunteers.mdx b/src/content/pages/volunteers.mdx index 54941d94e..d71fa70e7 100644 --- a/src/content/pages/volunteers.mdx +++ b/src/content/pages/volunteers.mdx @@ -101,7 +101,7 @@ We will get back to you with more details and information on how to proceed. Thanks ❤️
- +
## More information