Skip to content

Commit c8554ae

Browse files
committed
fix: added a11y titles for all anchor tags
1 parent 9383f20 commit c8554ae

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

components/footer.vue

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
class="py-4 mt-4 text-center text-gray-800 bg-inherit dark:text-gray-50 min-h-max"
44
>
55
Made with ♥ using
6-
<a href="https://nuxtjs.org">
6+
<a
7+
href="https://nuxtjs.org"
8+
title="nuxtjs a vuejs based framework inspired by nextjs"
9+
aria-label="nuxtjs a vuejs based framework inspired by nextjs"
10+
>
711
<svg
812
class="inline w-4 h-4"
913
viewBox="0 0 124 124"
@@ -23,7 +27,11 @@
2327
</svg>
2428
</a>
2529
<span>&</span>
26-
<a href="https://tailwindcss.com/">
30+
<a
31+
href="https://tailwindcss.com/"
32+
title="tailwind css"
33+
aria-label="tailwind css"
34+
>
2735
<svg
2836
xmlns="http://www.w3.org/2000/svg"
2937
fill="none"

components/navbar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<div class="items-center">
5050
<a
5151
href="https://github.com/technikhil314/offline-diff-viewer/stargazers"
52+
title="github stars on this open source project"
5253
>
5354
<img
5455
src="https://img.shields.io/github/stars/technikhil314/offline-diff-viewer?style=social"
@@ -104,6 +105,7 @@
104105
<a
105106
class=""
106107
href="https://github.com/technikhil314/offline-diff-viewer"
108+
title="go to github repository of this open source project"
107109
>
108110
<svg
109111
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)