fix(accessibility): add aria-labels for improved screen reader support

This commit is contained in:
hamed
2026-06-21 17:00:23 +03:30
parent cbae19d270
commit 35e8b65342
5 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ function Footer({ matchedCity }) {
{item.icon}
</a>
) : (
<span className="min-h-fit" aria-label={item.name}>
<span className="min-h-fit" role="img" aria-label={item.name}>
{item.icon}
</span>
)}