Skip to content

Commit 8e3e0f1

Browse files
committed
Add alt text for home page hero image
1 parent 5e65fe2 commit 8e3e0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/templates/home/home_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="mx-auto max-w-7xl sm:px-6 lg:px-8">
2626
<div class="relative shadow-xl sm:overflow-hidden sm:rounded-2xl">
2727
<div class="absolute inset-0">
28-
{% image page.hero_image original class="h-full w-full object-cover" %}
28+
{% image page.hero_image original class="h-full w-full object-cover" alt="Banner image of robot on competion field with spectators in background." %}
2929
<div class="absolute inset-0 bg-blue mix-blend-multiply"></div>
3030
</div>
3131
<div class="relative px-4 py-16 sm:px-6 sm:py-24 lg:py-32 lg:px-8">

0 commit comments

Comments
 (0)