Skip to content

Commit 85201e3

Browse files
committed
Add menu item
Signed-off-by: Chris Abraham <[email protected]>
1 parent bf9592a commit 85201e3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_includes/main_menu.html

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@
139139
<a class="nav-dropdown-item" href="{{ site.baseurl }}/governing-board">
140140
<span class=dropdown-title>Governing Board</span>
141141
</a>
142+
<a class="nav-dropdown-item" href="{{ site.baseurl }}/credits">
143+
<span class=dropdown-title>Cloud Credit Program</span>
144+
</a>
142145
<a class="nav-dropdown-item" href="{{ site.baseurl }}/contact-us">
143146
<span class=dropdown-title>Contact Us</span>
144147
</a>

_includes/mobile_menu.html

+3
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@
116116
<li>
117117
<a href="{{ site.baseurl }}/governing-board">Governing Board</a>
118118
</li>
119+
<li>
120+
<a href="{{ site.baseurl }}/credits">Cloud Credit Program</a>
121+
</li>
119122
<li>
120123
<a href="{{ site.baseurl }}/contact-us">Contact Us</a>
121124
</li>

0 commit comments

Comments
 (0)