Skip to content

good first issue: give the dashboard's stale-price warning emoji accessible text #439

Description

@Austinaminu2

Description

The stale-price warning emoji shown next to a USD total in `components/streams/dashboard-stats.tsx:71-75` only has a `title` attribute ("Price may be outdated"), which many screen readers don't reliably announce.

Location

`components/streams/dashboard-stats.tsx:71-75`

Task

Wrap the emoji with `role="img" aria-label="Price may be outdated"` (or add visually-hidden text) instead of relying solely on `title`.

Good for newcomers because

Small, isolated accessibility fix with a well-known correct pattern (role+aria-label for meaningful emoji).

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programfrontendNext.js frontendgood first issueGood for newcomersuxUser experience improvement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions