Thanks to visit codestin.com Credit goes to github.com
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 7119437 commit aadea4dCopy full SHA for aadea4d
src/components/navigation/mobile_navigation.js
@@ -25,6 +25,11 @@ const MobileNavigationMenu = handleClick => {
25
title="Programs"
26
handleClick={handleClick}
27
/>
28
+ <NavItem
29
+ linkTo="/glossary"
30
+ title="Glossary"
31
+ handleClick={handleClick}
32
+ />
33
<li className="mobile-navigation__item">
34
<a
35
className="mobile-navigation__link"
@@ -39,6 +44,11 @@ const MobileNavigationMenu = handleClick => {
39
44
title="Changelog"
40
45
41
46
47
48
+ linkTo="/accessibility"
49
+ title="Accessibility"
50
51
42
52
</ul>
43
53
54
<div className="mobile-navigation__separator" />
0 commit comments