Skip to content

Commit

Permalink
add alt to images
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-gg-dev committed Dec 20, 2023
1 parent 100e1df commit 39945c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions components/CompactSocialLinks/CompactSocialLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img
class="compact-social-links__icon"
src="/images/linkedin.svg"
alt=""
alt="LinkedIn"
/>
</a>

Expand All @@ -24,7 +24,7 @@
<img
class="compact-social-links__icon"
src="/images/x-twitter.svg"
alt=""
alt="X"
/>
</a>

Expand All @@ -38,7 +38,7 @@
<img
class="compact-social-links__icon"
src="/images/github.svg"
alt=""
alt="GitHub"
/>
</a>

Expand All @@ -52,7 +52,7 @@
<img
class="compact-social-links__icon"
src="/images/printables.svg"
alt=""
alt="Printables"
/>
</a>
</div>
Expand Down
12 changes: 6 additions & 6 deletions components/SocialLinks/SocialLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img
class="social-links__icon"
:src="customImage"
alt=""
:alt="customLabel"
/>
{{ customLabel }}
</a>
Expand All @@ -23,7 +23,7 @@
<img
class="social-links__icon"
src="/images/linkedin.svg"
alt=""
alt="LinkedIn"
/>
LinkedIn
</a>
Expand All @@ -37,7 +37,7 @@
<img
class="social-links__icon"
src="/images/x-twitter.svg"
alt=""
alt="X"
/>
X
</a>
Expand All @@ -51,7 +51,7 @@
<img
class="social-links__icon"
src="/images/github.svg"
alt=""
alt="GitHub"
/>
GitHub
</a>
Expand All @@ -65,7 +65,7 @@
<img
class="social-links__icon"
src="/images/printables.svg"
alt=""
alt="Printables"
/>
Printables
</a>
Expand All @@ -79,7 +79,7 @@
<img
class="social-links__icon"
src="/images/printables.svg"
alt=""
alt="Printables"
/>
Printables
</a>
Expand Down

0 comments on commit 39945c8

Please sign in to comment.