diff --git a/package.json b/package.json
index 0397b7d..078e27e 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"styled-components": "^5.2.0",
"typescript": "~3.7.2"
},
- "homepage": "https://hazemkrimi.github.io/react-weather-app",
+ "homepage": "https://hazemkrimi.github.io/react-weather-app/home",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
diff --git a/src/App.tsx b/src/App.tsx
index 572b36f..2448519 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -20,6 +20,9 @@ const App: React.FC = () => {
+
+
+
diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx
index 62c5add..e7bfca1 100644
--- a/src/components/NavBar.tsx
+++ b/src/components/NavBar.tsx
@@ -20,7 +20,7 @@ const NavBar: React.FC = () => {
return (
);