diff --git a/frontend/src/Layout/Layout.tsx b/frontend/src/Layout/Layout.tsx index 315b5ae..6734d01 100644 --- a/frontend/src/Layout/Layout.tsx +++ b/frontend/src/Layout/Layout.tsx @@ -8,7 +8,7 @@ type LayoutProps = { const Layout: React.FC = ({ children }) => { return ( -
+
= ({ children }) => { pauseOnHover theme="dark" /> -
{children}
+
+ {children} +
); }; diff --git a/frontend/src/components/ChangeAPI.tsx b/frontend/src/components/ChangeAPI.tsx index 464bcc8..f1347b3 100644 --- a/frontend/src/components/ChangeAPI.tsx +++ b/frontend/src/components/ChangeAPI.tsx @@ -12,16 +12,21 @@ const ChangeAPI: React.FC = ({ currentAPIKey }) => { return (

Change API Key

-

+

Update your API key to fetch weather data.

-

- We are using{" "} - - OpenWeatherMap - {" "} - API for fetching weather data. -

+
+ We are using + + OpenWeatherMap + + API for fetching weather data. +