diff --git a/project-app/components/Footer/Footer.jsx b/project-app/components/Footer/Footer.jsx index f3bee6f..8042b20 100644 --- a/project-app/components/Footer/Footer.jsx +++ b/project-app/components/Footer/Footer.jsx @@ -1,21 +1,34 @@ +import Link from "next/link"; +import { + AiFillFacebook, + AiFillInstagram, + AiOutlineTwitter, +} from "react-icons/ai"; -import Link from "next/link" -import {AiFillFacebook,AiFillInstagram,AiOutlineTwitter} from "react-icons/ai"; - - - - - -export default function Footer () { - return ( - + ); } - diff --git a/project-app/components/Weather/SearchBar.jsx b/project-app/components/Weather/SearchBar.jsx index 8245ebd..af99828 100644 --- a/project-app/components/Weather/SearchBar.jsx +++ b/project-app/components/Weather/SearchBar.jsx @@ -2,7 +2,7 @@ import React from "react"; const SearchBar = ({ fetchWeather, handleChange, city }) => { return ( -
+