Skip to content

Commit

Permalink
updated a11y menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
argl committed Jan 16, 2025
1 parent d121aed commit 77765b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions client/src/ui/molecules/reference-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ 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",
url: `/${locale}/docs/Learn_web_development/Core/Accessibility`,
url: `/${locale}/docs/Web/Accessibility`,
},
{
description: "Web technology reference for developers",
Expand Down

0 comments on commit 77765b1

Please sign in to comment.