From 0002d2c6055e3a55c9133b3090f6d69fa6f19deb Mon Sep 17 00:00:00 2001 From: Prathamesh026 <142887568+Prathamesh026@users.noreply.github.com> Date: Tue, 8 Apr 2025 07:05:27 +0000 Subject: [PATCH] solve issue #2641 Signed-off-by: Prathamesh026 <142887568+Prathamesh026@users.noreply.github.com> --- components/nav/productSection.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/components/nav/productSection.tsx b/components/nav/productSection.tsx index ecd0ae07..7d133f91 100644 --- a/components/nav/productSection.tsx +++ b/components/nav/productSection.tsx @@ -3,7 +3,7 @@ import { UpIcon } from "./UpIcon"; import DownIcon from "./DownIcon"; import OpenSource from "@/public/images/navBarIcons/OpenSource"; import EnterpriseSolution from "@/public/images/navBarIcons/EnterpriseSolution"; -// import WhatIsKeploy from "@/public/images/keploy_logo.png +import WhatIsKeploy from "@/public/images/navBarIcons/WhatIsKeploy"; import WhyUseKeploy from "@/public/images/navBarIcons/WhyUseKeploy"; import HowItWorks from "@/public/images/navBarIcons/HowItWorks"; import GettingStarted from "@/public/images/navBarIcons/GettingStarted"; @@ -52,11 +52,7 @@ export default function Product() { ]; const aboutProductLinks = [ { - icon: What is Keploy Icon, + icon: , title: "What is Keploy?", url: "https://keploy.io/docs/concepts/what-is-keploy/#heading", },