Skip to content

Commit db22d3f

Browse files
authored
chore: updated grant menu (#204)
* Nested grant URLs under /grant * Added Grant for the Web menu item
1 parent 832cf87 commit db22d3f

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

src/components/pages/FoundationHeader.astro

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,27 @@ import FoundationLogo from '../logos/FoundationLogo.astro'
102102
<ul class="menu--level-2">
103103
<li class="menu-item menu-item--level-2">
104104
<a
105-
href="/financial-services"
105+
href="/grant/financial-services"
106106
data-umami-event="Site Nav - Financial Services"
107107
>Digital Financial Services</a
108108
>
109109
</li>
110110
<li class="menu-item menu-item--level-2">
111-
<a href="/education" data-umami-event="Site Nav - Education"
111+
<a href="/grant/education" data-umami-event="Site Nav - Education"
112112
>NextGen Higher Education</a
113113
>
114114
</li>
115115
<li class="menu-item menu-item--level-2">
116-
<a href="/ambassadors" data-umami-event="Site Nav - Ambassadors"
117-
>Ambassadors</a
116+
<a
117+
href="/grant/ambassadors"
118+
data-umami-event="Site Nav - Ambassadors">Ambassadors</a
119+
>
120+
</li>
121+
<li class="menu-item menu-item--level-2">
122+
<a
123+
href="/grant/grant-web"
124+
data-umami-event="Site Nav - Grant for the Web"
125+
>Grant for the Web</a
118126
>
119127
</li>
120128
</ul>

0 commit comments

Comments
 (0)