diff --git a/src/components/Global/Header/index.tsx b/src/components/Global/Header/index.tsx index 3020d07b..0e9d94b9 100644 --- a/src/components/Global/Header/index.tsx +++ b/src/components/Global/Header/index.tsx @@ -262,7 +262,7 @@ const MenuLinks = () => { }} className="flex h-full w-full items-center justify-start py-2 uppercase sm:hidden sm:w-max sm:justify-center" > - + {' '} {isConnected ? utils.shortenAddress(address ?? '') : 'Create or Connect'} @@ -282,7 +282,7 @@ const SocialLinks = () => {