From 5f5ddb1cd6efe7596b26b195f0474df215fd9afa Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Mon, 22 Sep 2025 11:45:05 +0530 Subject: [PATCH] fix footer link open in new tab --- components/Footer.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 56a0db8..e50a00c 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -15,7 +15,6 @@ import BlackLogo14 from "../assets/BlackLogo14"; import { navigateTo } from "../App"; import { useState } from "react"; import GlobalOffices from "./GlobalOffices"; -import { Link } from "react-router-dom"; const footerNavigation = { Explore: [ @@ -206,12 +205,16 @@ const FooterSection = ({ @@ -389,7 +392,7 @@ export const Footer = () => { links={footerNavigation.Explore} delay={0.1} /> - + {/* Combined Services & Company */}
{ delay={0.3} />
- + {/* Combined AI & ML with Resources */}
{ delay={0.5} />
- + - +