From 11fe7eafda1bc3ec08610494e999dd6b96d02899 Mon Sep 17 00:00:00 2001 From: Val <44112412+LawfaL@users.noreply.github.com> Date: Tue, 4 Mar 2025 20:49:12 +0700 Subject: [PATCH] fix: nav --- public/assets/css/style.css | 4 ---- src/components/Header.tsx | 8 ++++---- src/utils/changeHeaderOnScroll.ts | 2 -- 3 files changed, 4 insertions(+), 10 deletions(-) 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 ( -