Skip to content

Commit 4c0eb68

Browse files
7ashiorkor7pre-commit-ci[bot]nikoshell
authored
Added new update card for first time speakers' workshop (#1192)
Added new update card for first time speakers' workshop --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nikoś <[email protected]>
1 parent 3421a4d commit 4c0eb68

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/components/sections/updates.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let deadlines = await getCollection("deadlines");
99
deadlines = deadlines
1010
.sort((a, b) => a.slug.localeCompare(b.slug))
1111
.reverse()
12-
.slice(0, 5);
12+
.slice(0, 6);
1313
1414
---
1515
<section class="prose-xl m-0 my-12 p-0">
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Speakers' Workshop
3+
subtitle: Register Now!
4+
url: https://forms.gle/T8rc73sbyu3KbLNKA
5+
image: "mentorship1.jpg"
6+
---
7+
8+
An online panel session with experienced community members sharing advice for
9+
**first-time and returning speakers**.

0 commit comments

Comments
 (0)