Skip to content

Commit c457ddf

Browse files
committed
fix: missing search input id
1 parent 290c8d5 commit c457ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/search/search-box.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export default function SearchBar() {
100100
<section className="relative w-[85dvi] max-w-3xl rounded-lg bg-gray-800 p-4 md:w-[70vw] md:p-6">
101101
<div className="relative">
102102
<input
103+
id="search-input"
103104
aria-haspopup="listbox"
104105
aria-controls="search-results"
105106
value={inputValue}

0 commit comments

Comments
 (0)