Skip to content

Commit 4e37cdb

Browse files
committed
fix: Update "getting involved" link in sidebars
The links in the workshops and student talks sidebars were updated to point to `/getting-involved/host-an-event`.
1 parent 79c621e commit 4e37cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/student-talks-sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
</div>
44
<div class="px-7 pt-7 content-panel">
55
<div class="text-right pb-5">
6-
<a href="/getting-involved/" class="btn btn-new-primary btn-sm">Present your work</a>
6+
<a href="/getting-involved/host-an-event" class="btn btn-new-primary btn-sm">Present your work</a>
77
</div>
88
</div>

layouts/partials/workshops-sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<h3 class="pb-5 pt-5 text-xl">Upcoming Workshops</h3>
66
{{ partial "components/upcoming-events" . }}
77
<div class="text-right pb-5 pt-5">
8-
<a href="/getting-involved/" class="btn btn-new-primary btn-sm">Host a workshop</a>
8+
<a href="/getting-involved/host-an-event" class="btn btn-new-primary btn-sm">Host a workshop</a>
99
</div>
1010
</div>

0 commit comments

Comments
 (0)