diff --git a/web/src/components/Footer.tsx b/web/src/components/Footer.tsx index d7df4d5..1090456 100644 --- a/web/src/components/Footer.tsx +++ b/web/src/components/Footer.tsx @@ -13,7 +13,7 @@ export default function Footer() {

© UADS 2024. All Rights Reserved

- +
diff --git a/web/src/components/Socials.tsx b/web/src/components/Socials.tsx index 783bd7a..e3ddecd 100644 --- a/web/src/components/Socials.tsx +++ b/web/src/components/Socials.tsx @@ -2,37 +2,44 @@ import { Link } from "react-router-dom"; import { FaFacebookF, FaInstagram, FaDiscord, FaTiktok } from "react-icons/fa"; import { IoMdMail } from "react-icons/io"; -export default function Socials() { +interface SocialsProps { + background: string; + hoverBackground: string; + iconColor: string; + hoverIconColor: string; +} + +export default function Socials({ background, hoverBackground, iconColor, hoverIconColor }: SocialsProps) { return ( <>
-
+
- +
-
+
- +
-
+
- +
-
+
- +
-
+
- +