Skip to content

Commit

Permalink
chore(menu): change accessibility menu items (#12365)
Browse files Browse the repository at this point in the history
  • Loading branch information
argl authored Jan 17, 2025
1 parent 5da095a commit f5d3a10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions client/src/ui/molecules/learn-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ export const LearnMenu = ({ visibleSubMenuId, toggleMenu }) => {
label: "JavaScript",
url: `/${locale}/docs/Learn_web_development/Core/Scripting`,
},
{
description: "Learn to make the web accessible to all",
hasIcon: true,
iconClasses: "submenu-icon",
label: "Accessibility",
url: `/${locale}/docs/Learn_web_development/Core/Accessibility`,
},
],
};
const isOpen = visibleSubMenuId === menu.id;
Expand Down
2 changes: 1 addition & 1 deletion client/src/ui/molecules/reference-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const ReferenceMenu = ({ visibleSubMenuId, toggleMenu }) => {
url: `/${locale}/docs/Mozilla/Add-ons/WebExtensions`,
},
{
description: "Learn to make the web accessible to all",
description: "Build web projects usable for all",
hasIcon: true,
iconClasses: "submenu-icon",
label: "Accessibility",
Expand Down

0 comments on commit f5d3a10

Please sign in to comment.