File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,13 @@ export const LearnMenu = ({ visibleSubMenuId, toggleMenu }) => {
51
51
label : "JavaScript" ,
52
52
url : `/${ locale } /docs/Learn_web_development/Core/Scripting` ,
53
53
} ,
54
+ {
55
+ description : "Learn to make the web accessible to all" ,
56
+ hasIcon : true ,
57
+ iconClasses : "submenu-icon" ,
58
+ label : "Accessibility" ,
59
+ url : `/${ locale } /docs/Learn_web_development/Core/Accessibility` ,
60
+ } ,
54
61
] ,
55
62
} ;
56
63
const isOpen = visibleSubMenuId === menu . id ;
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export const ReferenceMenu = ({ visibleSubMenuId, toggleMenu }) => {
68
68
url : `/${ locale } /docs/Mozilla/Add-ons/WebExtensions` ,
69
69
} ,
70
70
{
71
- description : "Learn to make the web accessible to all" ,
71
+ description : "Build web projects usable for all" ,
72
72
hasIcon : true ,
73
73
iconClasses : "submenu-icon" ,
74
74
label : "Accessibility" ,
You can’t perform that action at this time.
0 commit comments