one off?
Some checks failed
Docker Build & Publish / Build Docker (push) Failing after 50s

This commit is contained in:
christian 2024-05-12 07:15:21 +02:00
parent e52b362512
commit 7a4d32dd2b

View File

@ -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 />