From 5fc872cd5b4b21bd30a431d04180ee6c9d34a873 Mon Sep 17 00:00:00 2001 From: kailashloginradius Date: Wed, 20 Nov 2024 11:07:33 +0530 Subject: [PATCH] fixed external Link issue with react lib. --- src/components/header.js | 312 +++++++++++++++--------------- src/components/header.module.scss | 1 + 2 files changed, 157 insertions(+), 156 deletions(-) diff --git a/src/components/header.js b/src/components/header.js index e32cf08f1..e89967b50 100644 --- a/src/components/header.js +++ b/src/components/header.js @@ -95,17 +95,17 @@ const Header = ({ searchIndex, pathname, type }) => { - {/* + {/* {`logo`} - */} + */}
- + {`loginradius`} - +
{ }`} >
- { toggleNavigation(1) }} @@ -153,34 +153,34 @@ const Header = ({ searchIndex, pathname, type }) => {
@@ -198,44 +198,44 @@ const Header = ({ searchIndex, pathname, type }) => {
@@ -253,32 +253,32 @@ const Header = ({ searchIndex, pathname, type }) => { - -
- - - +
+ + + +
- - + { toggleNavigation(2) }} @@ -313,39 +313,39 @@ const Header = ({ searchIndex, pathname, type }) => { @@ -363,14 +363,14 @@ const Header = ({ searchIndex, pathname, type }) => { @@ -388,47 +388,47 @@ const Header = ({ searchIndex, pathname, type }) => { - - + { toggleNavigation(3) }} @@ -465,24 +465,24 @@ const Header = ({ searchIndex, pathname, type }) => { @@ -493,19 +493,19 @@ const Header = ({ searchIndex, pathname, type }) => { Trusted by over 500 Brands
- + - - + + - +
- - + { toggleNavigation(4) }} @@ -540,34 +540,34 @@ const Header = ({ searchIndex, pathname, type }) => { @@ -585,54 +585,54 @@ const Header = ({ searchIndex, pathname, type }) => { @@ -650,20 +650,20 @@ const Header = ({ searchIndex, pathname, type }) => { - +
{ : headerStyles.close }`} > - Request Demo - - + CONTACT SALES - - + Login - + { >
  • - { @@ -724,11 +724,11 @@ const Header = ({ searchIndex, pathname, type }) => { }} > All - +
  • - { @@ -736,11 +736,11 @@ const Header = ({ searchIndex, pathname, type }) => { }} > Engineering - +
  • - { @@ -748,11 +748,11 @@ const Header = ({ searchIndex, pathname, type }) => { }} > Identity - +
  • - { @@ -760,7 +760,7 @@ const Header = ({ searchIndex, pathname, type }) => { }} > Growth - +

diff --git a/src/components/header.module.scss b/src/components/header.module.scss index a921918bd..5514c50ed 100644 --- a/src/components/header.module.scss +++ b/src/components/header.module.scss @@ -689,6 +689,7 @@ border-radius: 1rem; min-width: 50%; z-index: 99; + background-color: #09263c; @media (max-width: 768px) { margin-top: 0; left: 0;