diff --git a/public/assets/css/style.css b/public/assets/css/style.css index b0b28e8..fe31300 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -3908,10 +3908,6 @@ a.logo:hover { display: none; } -.body-scrolled .social-nav { - color: #00898b; -} - .social-nav:hover { color: #00abad; } diff --git a/src/components/Header.tsx b/src/components/Header.tsx index ff189c4..fbf39dd 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -8,18 +8,18 @@ import Link from "next/link"; import { FaFacebook, FaLinkedin, FaPhone } from "react-icons/fa"; const shareIcons: Record = { phone: ( - + (520) 803-6644 ), - facebook: , - linkedin: , + facebook: , + linkedin: , }; export default function Header({ links }: { links: typeof navMenuData }) { return ( -