diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 7c50cce1..518c40f6 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -252,20 +252,20 @@ export default function Navbar(props: NavbarProps) { >
{address ? ( - starkProfile ? ( - - pfp{' '} -

{starkProfile?.name}

-
- ) : ( - shortAddress(address) - ) + + pfp{' '} +

+ {starkProfile && starkProfile.name + ? starkProfile.name + : shortAddress(address)} +

+
) : ( 'Connect' )}