Skip to content

Commit b11acdf

Browse files
committed
Add missing alt texts to HF logo images
1 parent cf1fcb9 commit b11acdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<div class="flex flex-row">
5555
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
56-
<img src="/assets/images/logos/hf-logo-100-alpha.png" class="h-8" />
56+
<img src="/assets/images/logos/hf-logo-100-alpha.png" class="h-8" alt="Logo of the Haskell Foundation"/>
5757
<div class="font-medium">2024 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
5858
</div>
5959

templates/mobile-nav-flyout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="pt-6 flex justify-between">
66

77
<div>
8-
<img src="/assets/images/logos/hf-logo-100-alpha.png" width="68" height="52" />
8+
<img src="/assets/images/logos/hf-logo-100-alpha.png" width="68" height="52" alt="Logo of the Haskell Foundation"/>
99
<div class="text-sm mt-2 text-gray-500">The Haskell Foundation</div>
1010
</div>
1111

templates/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div>
44
<a href="/">
5-
<img src="/assets/images/logos/hf-logo-100-alpha.png" />
5+
<img src="/assets/images/logos/hf-logo-100-alpha.png" alt="The Haskell Foundation homepage"/>
66
<div class="text-sm mt-2 text-gray-500"></div>
77
</a>
88
</div>

0 commit comments

Comments
 (0)