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 3e7e3a2 commit 61c983aCopy full SHA for 61c983a
1 file changed
app/components/AppHeader.vue
@@ -64,6 +64,14 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
64
external: false,
65
iconClass: 'i-carbon:security',
66
},
67
+ {
68
+ name: 'Accessibility',
69
+ label: $t('a11y.title'),
70
+ to: { name: 'accessibility' },
71
+ type: 'link',
72
+ external: false,
73
+ iconClass: 'i-carbon:accessibility-alt',
74
+ },
75
],
76
77
{
0 commit comments