Skip to content

Commit 3bd3f6d

Browse files
authored
fix: added aria (#7823)
1 parent f6fa4c0 commit 3bd3f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Sidebar/Sidebar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Sidebar({ className = "", pages, currentPage }) {
3434
Select webpack version
3535
</label>
3636
<select
37-
id="docs-version"
37+
aria-label="Select webpack version"
3838
className="text-gray-600 text-14 px-5 py-5 appearance-none box-border border border-gray-200 border-solid flex-col flex w-full rounded-none bg-transparent bg-none"
3939
value={version}
4040
onChange={(event) => {

0 commit comments

Comments
 (0)