From caa3b500f709eaf899ca6916d74fa47e7868845b Mon Sep 17 00:00:00 2001 From: Syed Aman Ali Date: Wed, 4 Jan 2023 07:16:16 +0000 Subject: [PATCH] [Fix] brand logo link --- app/components/menubar/newMenuBar.js | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/app/components/menubar/newMenuBar.js b/app/components/menubar/newMenuBar.js index fe1d1d63..d213e605 100644 --- a/app/components/menubar/newMenuBar.js +++ b/app/components/menubar/newMenuBar.js @@ -6,6 +6,7 @@ import { useRCAuth4Google } from '../auth/rc-auth-google/hooks/useRCAuth4Google' import RCAuthGoogleLoginButton from '../auth/rc-auth-google/ui/RCAuth4Google'; import NFTProfilePicture from './nftProfilePicture'; import RocketChatLinkButton from '../rocketchatlinkbutton'; +import Link from 'next/link' const ArrowIcon = () => { return ( @@ -195,14 +196,19 @@ const DesktopNav = ({ nav_Items, nft, brandInfo }) => { return ( - + + +