Skip to content

Commit f5d3a10

Browse files
authored
chore(menu): change accessibility menu items (#12365)
1 parent 5da095a commit f5d3a10

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: client/src/ui/molecules/learn-menu/index.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ export const LearnMenu = ({ visibleSubMenuId, toggleMenu }) => {
5151
label: "JavaScript",
5252
url: `/${locale}/docs/Learn_web_development/Core/Scripting`,
5353
},
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+
},
5461
],
5562
};
5663
const isOpen = visibleSubMenuId === menu.id;

Diff for: client/src/ui/molecules/reference-menu/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const ReferenceMenu = ({ visibleSubMenuId, toggleMenu }) => {
6868
url: `/${locale}/docs/Mozilla/Add-ons/WebExtensions`,
6969
},
7070
{
71-
description: "Learn to make the web accessible to all",
71+
description: "Build web projects usable for all",
7272
hasIcon: true,
7373
iconClasses: "submenu-icon",
7474
label: "Accessibility",

0 commit comments

Comments
 (0)