Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rakkkkkesh committed Feb 5, 2024
1 parent 8de33d6 commit aa29082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Weather App/Weather.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const App = () => {
<div className='sec'>
<section className='sec2'>
<div className='sec-content'>
<h1>Wheather App</h1>
<h1>Weather App</h1>
<input type={'text'} placeholder='Enter your city name' onChange={(e) => setCity(e.target.value)}></input>
<br></br>
<button className='button' onClick={search}>Search</button>
Expand Down

0 comments on commit aa29082

Please sign in to comment.