Skip to content

Commit 2285bd1

Browse files
committed
fixed missing alt attributes in the features page
1 parent 6f15f43 commit 2285bd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/themes/bimbala/features.blade.php

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class="group aspect-h-10 aspect-w-16 relative overflow-hidden rounded-2xl bg-bla
3131
<img
3232
class="object-cover rounded-b-3xl"
3333
src="{{ asset('themes/bimbala/images/features/cropped/roadmap.webp') }}"
34+
alt="Roadmap demonstation animation"
3435
/>
3536
<div
3637
class="absolute inset-0 flex flex-col justify-between bg-gradient-to-b from-transparent via-black/10 to-black"
@@ -54,6 +55,7 @@ class="group aspect-h-10 aspect-w-16 relative overflow-hidden rounded-2xl bg-bla
5455
<img
5556
class="object-cover rounded-b-3xl"
5657
src="{{ asset('themes/bimbala/images/features/cropped/upvote.webp') }}"
58+
alt="Upvote feature screenshot"
5759
/>
5860
<div
5961
class="absolute inset-0 flex flex-col justify-between bg-gradient-to-b from-transparent via-black/10 to-black"
@@ -78,6 +80,7 @@ class="group aspect-h-10 aspect-w-16 relative overflow-hidden rounded-2xl bg-bla
7880
<img
7981
class="h-full w-full rounded-b-3xl"
8082
src="{{ asset('themes/bimbala/images/features/cropped/faq.webp') }}"
83+
alt="FAQ feature screenshot"
8184
/>
8285
<div
8386
class="absolute inset-0 flex flex-col justify-between bg-gradient-to-b from-transparent via-black/10 to-black"

0 commit comments

Comments
 (0)