Skip to content

Commit 6eaeabc

Browse files
committed
Add hyperlinks
1 parent f850fa7 commit 6eaeabc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/overview.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const imageStyle = "m-2 md:float-right max-w-[300px] md:max-w-[400px] lg:max-w-[
6868
/>
6969

7070
<ul class="event-list">
71-
<li>Will be added soon!</li>
71+
<li><a href="/pyladies">PyLadies Lunch</a></li>
7272
</ul>
7373
</div>
7474

@@ -119,7 +119,7 @@ const imageStyle = "m-2 md:float-right max-w-[300px] md:max-w-[400px] lg:max-w-[
119119
<ul class="event-list">
120120
<li><a href="/speakers-dinner/">Speakers' dinner</a></li>
121121
<li><a href="/beginners-day#beginners-day-unconference">Beginners’ Day Unconference</a></li>
122-
<li>More events will be added soon!</li>
122+
<li><a href="/social-event">Thursday social event</a></li>
123123
</ul>
124124
</div>
125125

@@ -151,7 +151,7 @@ const imageStyle = "m-2 md:float-right max-w-[300px] md:max-w-[400px] lg:max-w-[
151151
/>
152152

153153
<ul class="event-list">
154-
<li>10+ open-source projects</li>
154+
<li><a href="/sprints">10+ open-source projects</a></li>
155155
</ul>
156156
</div>
157157
</div>

0 commit comments

Comments
 (0)