Earthquakes
diff --git a/src/components/BottomFooter.tsx b/src/components/BottomFooter.tsx index 04988fe..80f133c 100644 --- a/src/components/BottomFooter.tsx +++ b/src/components/BottomFooter.tsx @@ -1,88 +1,74 @@ // components/Footer.tsx import Link from "next/link"; -import { FaTwitter, FaFacebook, FaYoutube, FaLinkedin } from "react-icons/fa"; +import { FaFacebook, FaLinkedin, FaTwitter, FaYoutube } from "react-icons/fa"; export default function Footer() { - return ( - - ); -} \ No newline at end of file + return ( + + ); +}