Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
affancoder authored Nov 17, 2023
1 parent 93dd3a6 commit ac06f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/SearchBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ export default function SearchBox({ updateInfo }) {
<form onSubmit={handleSumit}>
<TextField
id="city"
label="City Name"
// label="City Name"
variant="outlined"
required
value={city}
onChange={handleChange}
placeholder="London"
placeholder="City name"
/>
<br></br>
<br></br>
Expand Down

0 comments on commit ac06f1c

Please sign in to comment.