Skip to content

Commit 83d848e

Browse files
committed
added Alt for img tag
1 parent e3e7158 commit 83d848e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Cards/CommunityCard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="border border-cmxyellow p-5 h-[150px] flex justify-between flex-col hover:bg-zinc-100 transition-colors duration-200">
99
<h3 class="text-lg font-bold">{text}</h3>
1010
<img src="/flecha-amarilla.png" class="inline h-[20px] w-[20px]
11-
self-end">
11+
self-end" alt="flecha amarilla">
1212
</div>
1313
</a>
1414
</div>

0 commit comments

Comments
 (0)