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 ( - + + +