Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit a500130

Browse files
author
Andrew
authored
Update header.html
1 parent 49dc043 commit a500130

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

_includes/header.html

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,21 @@
112112
</ul>
113113

114114
<div class="site-header__utility">
115+
{% if page.id == 'africa' %}
116+
<a class="btn-alt" href="https://forms.gle/5jAoJbj5uJouvYBu9" target="_blank">
117+
<div>
118+
<span>Join the Community</span>
119+
{% include arrow.html %}
120+
</div>
121+
</a>
122+
{% else %}
115123
<a class="btn-alt" href="/become-a-partner/">
116124
<div>
117125
<span>Join the Community</span>
118126
{% include arrow.html %}
119127
</div>
120128
</a>
129+
{% endif %}
121130
<div class="burger js-menu-trigger">
122131
<svg class="closed" width="24" height="24" viewBox="0 0 24 24">
123132
<path d="M3 4H21V6H3V4ZM9 11H21V13H9V11ZM3 18H21V20H3V18Z" fill="#06F395"/>
@@ -198,10 +207,22 @@
198207
</ul>
199208

200209
<div>
201-
<a class="btn" href="/become-a-partner/">
202-
<span>Join the Community</span>
203-
{% include arrow.html %}
204-
</a>
210+
211+
{% if page.id == 'africa' %}
212+
<a class="btn" href="https://forms.gle/5jAoJbj5uJouvYBu9" target="_blank">
213+
<div>
214+
<span>Join the Community</span>
215+
{% include arrow.html %}
216+
</div>
217+
</a>
218+
{% else %}
219+
<a class="btn" href="/become-a-partner/">
220+
<div>
221+
<span>Join the Community</span>
222+
{% include arrow.html %}
223+
</div>
224+
</a>
225+
{% endif %}
205226
</div>
206227
</div>
207228
</nav>

0 commit comments

Comments
 (0)