Skip to content

Commit

Permalink
fixed missing alt attributes in the features page
Browse files Browse the repository at this point in the history
  • Loading branch information
l-alexandrov committed Apr 16, 2024
1 parent 6f15f43 commit 2285bd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/themes/bimbala/features.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class="group aspect-h-10 aspect-w-16 relative overflow-hidden rounded-2xl bg-bla
<img
class="object-cover rounded-b-3xl"
src="{{ asset('themes/bimbala/images/features/cropped/roadmap.webp') }}"
alt="Roadmap demonstation animation"
/>
<div
class="absolute inset-0 flex flex-col justify-between bg-gradient-to-b from-transparent via-black/10 to-black"
Expand All @@ -54,6 +55,7 @@ class="group aspect-h-10 aspect-w-16 relative overflow-hidden rounded-2xl bg-bla
<img
class="object-cover rounded-b-3xl"
src="{{ asset('themes/bimbala/images/features/cropped/upvote.webp') }}"
alt="Upvote feature screenshot"
/>
<div
class="absolute inset-0 flex flex-col justify-between bg-gradient-to-b from-transparent via-black/10 to-black"
Expand All @@ -78,6 +80,7 @@ class="group aspect-h-10 aspect-w-16 relative overflow-hidden rounded-2xl bg-bla
<img
class="h-full w-full rounded-b-3xl"
src="{{ asset('themes/bimbala/images/features/cropped/faq.webp') }}"
alt="FAQ feature screenshot"
/>
<div
class="absolute inset-0 flex flex-col justify-between bg-gradient-to-b from-transparent via-black/10 to-black"
Expand Down

0 comments on commit 2285bd1

Please sign in to comment.