diff --git a/src/components/Account/AccountForm.tsx b/src/components/Account/AccountForm.tsx index 14043fa..e72e6b1 100644 --- a/src/components/Account/AccountForm.tsx +++ b/src/components/Account/AccountForm.tsx @@ -63,7 +63,7 @@ export default function AccountForm({ user, profile }: { user: User | null, prof return (
-
+
-
{fullname || No name}
-
{username ? `@${username}` : No username}
+
{fullname || No name}
+
{username ? `@${username}` : No username}
Update your profile details and avatar.
diff --git a/src/components/Account/Avatar.tsx b/src/components/Account/Avatar.tsx index f31fbde..2d6a677 100644 --- a/src/components/Account/Avatar.tsx +++ b/src/components/Account/Avatar.tsx @@ -140,7 +140,7 @@ export default function Avatar({ {isEditable && (