diff --git a/pages/_app.js b/pages/_app.js
index eb20626..2fc3e07 100644
--- a/pages/_app.js
+++ b/pages/_app.js
@@ -1,7 +1,7 @@
import "../styles/globals.css";
-function WeatherApp({ Component, pageProps }) {
+function MyApp({ Component, pageProps }) {
return
{weatherData.weather[0].description}
+