We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c621e commit 4e37cdbCopy full SHA for 4e37cdb
layouts/partials/student-talks-sidebar.html
@@ -3,6 +3,6 @@
3
</div>
4
<div class="px-7 pt-7 content-panel">
5
<div class="text-right pb-5">
6
- <a href="/getting-involved/" class="btn btn-new-primary btn-sm">Present your work</a>
+ <a href="/getting-involved/host-an-event" class="btn btn-new-primary btn-sm">Present your work</a>
7
8
layouts/partials/workshops-sidebar.html
@@ -5,6 +5,6 @@
<h3 class="pb-5 pt-5 text-xl">Upcoming Workshops</h3>
{{ partial "components/upcoming-events" . }}
<div class="text-right pb-5 pt-5">
- <a href="/getting-involved/" class="btn btn-new-primary btn-sm">Host a workshop</a>
+ <a href="/getting-involved/host-an-event" class="btn btn-new-primary btn-sm">Host a workshop</a>
9
10
0 commit comments