mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
added search modal label
This commit is contained in:
@@ -131,6 +131,7 @@ const SearchModal = () => {
|
||||
htmlFor="searchInput"
|
||||
className="absolute left-7 top-[calc(50%-7px)]"
|
||||
>
|
||||
<span className="sr-only">search icon</span>
|
||||
{searchString ? (
|
||||
<svg
|
||||
onClick={() => setSearchString("")}
|
||||
|
||||
Reference in New Issue
Block a user