We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e65fe2 commit 8e3e0f1Copy full SHA for 8e3e0f1
website/templates/home/home_page.html
@@ -25,7 +25,7 @@
25
<div class="mx-auto max-w-7xl sm:px-6 lg:px-8">
26
<div class="relative shadow-xl sm:overflow-hidden sm:rounded-2xl">
27
<div class="absolute inset-0">
28
- {% image page.hero_image original class="h-full w-full object-cover" %}
+ {% image page.hero_image original class="h-full w-full object-cover" alt="Banner image of robot on competion field with spectators in background." %}
29
<div class="absolute inset-0 bg-blue mix-blend-multiply"></div>
30
</div>
31
<div class="relative px-4 py-16 sm:px-6 sm:py-24 lg:py-32 lg:px-8">
0 commit comments