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