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

Commit 6e34ded

Browse files
author
Andrew
authored
Update header.html
1 parent e3ff5f5 commit 6e34ded

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

_includes/header.html

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

114114
<div class="site-header__utility">
115-
{% if page.id == 'africa' %}
116-
<a class="btn-alt" href="https://forms.gle/u1HUXBEPWA6JAp3R7" target="_blank">
117-
<div>
118-
<span>Join All In Africa</span>
119-
{% include arrow.html %}
120-
</div>
121-
</a>
122-
{% else %}
115+
123116
<a class="btn-alt" href="/become-a-partner/">
124117
<div>
125118
<span>Join the Community</span>
126119
{% include arrow.html %}
127120
</div>
128121
</a>
129-
{% endif %}
122+
130123
<div class="burger js-menu-trigger">
131124
<svg class="closed" width="24" height="24" viewBox="0 0 24 24">
132125
<path d="M3 4H21V6H3V4ZM9 11H21V13H9V11ZM3 18H21V20H3V18Z" fill="#06F395"/>
@@ -208,21 +201,14 @@
208201

209202
<div>
210203

211-
{% if page.id == 'africa' %}
212-
<a class="btn" href="https://forms.gle/5jAoJbj5uJouvYBu9" target="_blank">
213-
214-
<span>Join All In Africa</span>
215-
{% include arrow.html %}
216-
217-
</a>
218-
{% else %}
204+
219205
<a class="btn" href="/become-a-partner/">
220206

221207
<span>Join the Community</span>
222208
{% include arrow.html %}
223209

224210
</a>
225-
{% endif %}
211+
226212
</div>
227213
</div>
228214
</nav>

0 commit comments

Comments
 (0)