We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fa4c0 commit 3bd3f6dCopy full SHA for 3bd3f6d
1 file changed
src/components/Sidebar/Sidebar.jsx
@@ -34,7 +34,7 @@ export default function Sidebar({ className = "", pages, currentPage }) {
34
Select webpack version
35
</label>
36
<select
37
- id="docs-version"
+ aria-label="Select webpack version"
38
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"
39
value={version}
40
onChange={(event) => {
0 commit comments