diff --git a/src/common/components/profile-card/index.tsx b/src/common/components/profile-card/index.tsx index 5d7fa48dba3..1e75837faf3 100644 --- a/src/common/components/profile-card/index.tsx +++ b/src/common/components/profile-card/index.tsx @@ -171,7 +171,6 @@ export const ProfileCard = (props: Props) => { {(account.profile?.name || account.profile?.about) && (
- {account.profile?.name &&
{account.profile.name}
} {account.profile?.about &&
{account.profile.about}
}
)} diff --git a/src/common/pages/sign-up.tsx b/src/common/pages/sign-up.tsx index c9b0ae89161..f30b037bf88 100644 --- a/src/common/pages/sign-up.tsx +++ b/src/common/pages/sign-up.tsx @@ -240,7 +240,7 @@ const SignUpPage = (props: Props | any) => { {step == 1 && (
-
Create a Hive acoount
+
Create a Hive account
{_t("sign-up.description")}