diff --git a/src/app/profile/[address]/page.tsx b/src/app/profile/[address]/page.tsx index 6cf9abed..0a1b9973 100644 --- a/src/app/profile/[address]/page.tsx +++ b/src/app/profile/[address]/page.tsx @@ -255,19 +255,21 @@ function ProfileHeader({ )}
-
-

+
+

14 ? "text-lg sm:text-2xl" : "text-xl sm:text-2xl" + }`}> {fcLoading && agentLoading ? truncateAddress(address) : displayName ?? truncateAddress(address)}

{!agentLoading && ( isAgent ? ( - + AI Agent ) : ( - + Human )