Skip to content

Commit a967288

Browse files
committed
feat: add Accessibility link to header nav between Instructor and Donate
1 parent 550b87a commit a967288

5 files changed

Lines changed: 143 additions & 315 deletions

File tree

components/layout/LibreOneHeader.vue

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
>
3030
{{ item.title }}
3131
</a>
32+
<a
33+
href="https://commons.libretexts.org/accessibility"
34+
target="_blank"
35+
key="accessibility-link"
36+
class="text-md font-semibold leading-6 text-gray-900 ml-6"
37+
>
38+
{{ $t("common.accessibility") }}
39+
</a>
3240
<a
3341
href="https://donate.libretexts.org"
3442
target="_blank"
@@ -188,6 +196,13 @@
188196
>
189197
{{ item.title }}
190198
</a>
199+
<a
200+
href="https://commons.libretexts.org/accessibility"
201+
target="_blank"
202+
class="text-md font-semibold leading-6 text-gray-900 my-2"
203+
>
204+
{{ $t("common.accessibility") }}
205+
</a>
191206
<button
192207
@click="$props.authorized ? handleLogout() : handleGoToLogin()"
193208
class="text-sm font-semibold leading-6 mt-6"

locales/en-us.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"select": "Select",
2525
"comingsoon": "Coming Soon...",
2626
"here": "here",
27+
"accessibility": "Accessibility",
2728
"donate": "Donate",
2829
"note": "Note",
2930
"warning": "Warning",

locales/es-mx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"signin": "Iniciar sesión",
1515
"logout": "Descerrar sesión",
1616
"continue": "Continuar",
17-
"updating": "Actualizando"
17+
"updating": "Actualizando",
18+
"accessibility": "Accesibilidad"
1819
},
1920
"welcome": {
2021
"register": "Registrarse para una cuenta LibreOne",

0 commit comments

Comments
 (0)