more making lighthouse happy
All checks were successful
deploy / deploy (push) Successful in 52s

This commit is contained in:
Lee 2023-10-24 13:43:09 +01:00
parent f091fc89ef
commit cd5866a992

@ -58,7 +58,10 @@ export default function SearchPlayer() {
value={search}
onChange={(e) => setSearch(e.target.value)}
/>
<button className="transform-gpu rounded-md bg-blue-600 p-1 transition-all hover:opacity-80">
<button
className="transform-gpu rounded-md bg-blue-600 p-1 transition-all hover:opacity-80"
aria-label="Go to first player"
>
<MagnifyingGlassIcon className="font-black" width={18} height={18} />
</button>