Compare commits
No commits in common. "e6c1765fa74e3a16a4f91e452fa36ce9fca288de" and "dc90be862221a15610197956afe09d06a2efec34" have entirely different histories.
e6c1765fa7
...
dc90be8622
@ -6,7 +6,6 @@ import { toggleMobileMenu } from "@/utils/toggleMobileMenu";
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
import { FaFacebook, FaLinkedin, FaPhone } from "react-icons/fa";
|
||||
|
||||
const shareIcons: Record<string, any> = {
|
||||
phone: {
|
||||
link: "tel:+15208036644",
|
||||
@ -22,7 +21,7 @@ const shareIcons: Record<string, any> = {
|
||||
dom: (
|
||||
<span className="social-nav flex gap-3 text-2xl lg:text-[#00898b]">
|
||||
<FaFacebook />
|
||||
<b className="text-sm lg:hidden">Facebook</b>
|
||||
<b className="text-sm">Facebook</b>
|
||||
</span>
|
||||
),
|
||||
},
|
||||
@ -31,7 +30,7 @@ const shareIcons: Record<string, any> = {
|
||||
dom: (
|
||||
<span className="social-nav flex gap-3 text-2xl lg:text-[#00898b]">
|
||||
<FaLinkedin />
|
||||
<b className="text-sm lg:hidden">Linkedin</b>
|
||||
<b className="text-sm">Linkedin</b>
|
||||
</span>
|
||||
),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user