Skip to content

Commit

Permalink
Merge pull request #16 from hareesh-pillai/main
Browse files Browse the repository at this point in the history
Added aria-label to improve accessibility
  • Loading branch information
ShahriarKh authored Apr 9, 2023
2 parents 2a13f89 + 3d9862d commit ef55ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default function Home(props) {
sizeSlider={
<input
type="range"
aria-label="Size"
min="16"
max="72"
// step="4"
Expand Down

1 comment on commit ef55ed2

@vercel
Copy link

@vercel vercel bot commented on ef55ed2 Apr 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.