diff --git a/src/components/Search.tsx b/src/components/Search.tsx index 2c40c16..47ab20e 100644 --- a/src/components/Search.tsx +++ b/src/components/Search.tsx @@ -19,13 +19,10 @@ export const Search = ({ justify='center' margin={{ top: 'large' }} > - + handleChange(e.target.value)} @@ -33,7 +30,9 @@ export const Search = ({ icon={} dropHeight='large' placeholder='Type an artist name' + autoFocus + aria-label='Search for an artist name' /> -); +); \ No newline at end of file