brigadecore / brigadecore/brigade-dashboard
alt prop warning in build
Open
good first issue
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Let's fix this:
```
WARNING in src/App.tsx
Line 61:19: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
```
This is the logo-- I think we can count that as "decorative" and use an empty string.
Contributor guide
Research direction
Open src/App.tsx at line 61 and inspect the logo image mentioned in the warning. Add the appropriate empty alt value for this decorative image, then run the build and confirm the jsx-a11y/alt-text warning is gone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100