Update HTML

This commit is contained in:
Nikhil Nawgiri 2024-10-27 03:12:57 +01:00
parent a657ff21c1
commit d19e059a51
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Wishlist</title>
</head>
<body>
<div id="root"></div>

View file

@ -42,7 +42,7 @@ const Search = ({ setSearchResults, setSearchString, searchString }: SearchProps
value={searchString}
type="text"
onChange={(e) => setSearchString(e.target.value)}
placeholder="Pick a movie or series"
placeholder="Search here..."
autoFocus
ref={inputRef}
/>