fix(accessibility): add aria-labels for improved screen reader support
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user