diff --git a/apps/dashboard/src/components/onboarding/General.tsx b/apps/dashboard/src/components/onboarding/General.tsx index cc038bf35b5..4e6c7094758 100644 --- a/apps/dashboard/src/components/onboarding/General.tsx +++ b/apps/dashboard/src/components/onboarding/General.tsx @@ -1,5 +1,4 @@ import type { Account } from "@3rdweb-sdk/react/hooks/useApi"; -import { Flex, FocusLock } from "@chakra-ui/react"; import { AccountForm } from "components/settings/Account/AccountForm"; import { useState } from "react"; import { useActiveWallet, useDisconnect } from "thirdweb/react"; @@ -33,7 +32,7 @@ const OnboardingGeneral: React.FC = ({ } return ( - +
= ({ description="Start building web3 apps and games, faster." /> - +
+ +
= ({ )}
- - +
+
); }; diff --git a/apps/dashboard/src/components/settings/Account/AccountForm.tsx b/apps/dashboard/src/components/settings/Account/AccountForm.tsx index 7590086e719..9cc212b0e33 100644 --- a/apps/dashboard/src/components/settings/Account/AccountForm.tsx +++ b/apps/dashboard/src/components/settings/Account/AccountForm.tsx @@ -1,6 +1,7 @@ +import { Input } from "@/components/ui/input"; import { cn } from "@/lib/utils"; import { type Account, useUpdateAccount } from "@3rdweb-sdk/react/hooks/useApi"; -import { Flex, FormControl, Input } from "@chakra-ui/react"; +import { Flex, FormControl } from "@chakra-ui/react"; import { zodResolver } from "@hookform/resolvers/zod"; import { ManageBillingButton } from "components/settings/Account/Billing/ManageButton"; import { useTrack } from "hooks/analytics/useTrack"; @@ -132,15 +133,13 @@ export const AccountForm: React.FC = ({
- = ({ Subscribe to new features and key product updates )} - +