This commit is contained in:
parent
e52b362512
commit
7a4d32dd2b
@ -37,7 +37,7 @@ export default function WeatherNow() {
|
||||
return (
|
||||
<div className="text-center">
|
||||
<h1 className="my-4 text-2xl">
|
||||
Here is the current weather today in {geoLocation.name}
|
||||
Here is the weather today in {geoLocation.name}
|
||||
</h1>
|
||||
<WeatherContext.Provider value={contextValue}>
|
||||
<WeatherHero />
|
||||
|
Loading…
Reference in New Issue
Block a user