Update HTML content: remove vite defaults
This commit is contained in:
parent
dc8d9235aa
commit
cefd68af90
|
@ -19,26 +19,7 @@ function App() {
|
|||
searchString={searchString}
|
||||
setSearchString={setSearchString}
|
||||
/>
|
||||
<div>
|
||||
<a href="https://vite.dev" target="_blank">
|
||||
<img src={viteLogo} className="logo" alt="Vite logo" />
|
||||
</a>
|
||||
<a href="https://react.dev" target="_blank">
|
||||
<img src={reactLogo} className="logo react" alt="React logo" />
|
||||
</a>
|
||||
</div>
|
||||
<h1>Vite + React</h1>
|
||||
<div className="card">
|
||||
<button onClick={() => setCount((count) => count + 1)}>
|
||||
count is {count}
|
||||
</button>
|
||||
<p>
|
||||
Edit <code>src/App.tsx</code> and save to test HMR
|
||||
</p>
|
||||
</div>
|
||||
<p className="read-the-docs">
|
||||
Click on the Vite and React logos to learn more
|
||||
</p>
|
||||
<h1>Wishlist</h1>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@ const Search = ({ setSearchResults, setSearchString, searchString }: SearchProps
|
|||
ref={inputRef}
|
||||
/>
|
||||
<button className="reset-search-term-button" onClick={resetSearchTerm}>
|
||||
icon here
|
||||
missing icon here
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue