Skip to content

Commit

Permalink
fix: Add alt attribute to JsonMapper logo's
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs committed Sep 25, 2023
1 parent 79dfe0d commit 0fec367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<div class="flex items-center justify-between p-4 border-b-2 border-yellow-500">
<div>
<a href="{{ '/' | relative_url }}">
<img src="{{ '/images/jsonmapper.png' | relative_url }}" class="dark:hidden" />
<img src="{{ '/images/jsonmapper-light.png' | relative_url }}" class="hidden dark:block" />
<img src="{{ '/images/jsonmapper.png' | relative_url }}" class="dark:hidden" alt="JsonMapper"/>
<img src="{{ '/images/jsonmapper-light.png' | relative_url }}" class="hidden dark:block" alt="JsonMapper"/>
</a>
</div>

Expand Down

0 comments on commit 0fec367

Please sign in to comment.