diff --git a/app/features/public-area/components/hero.tsx b/app/features/public-area/components/hero.tsx index fa0aac4..d9677af 100644 --- a/app/features/public-area/components/hero.tsx +++ b/app/features/public-area/components/hero.tsx @@ -14,7 +14,7 @@ export default function Hero() { Take your phone number {" "} - anywhere you dgo + anywhere you go

diff --git a/app/features/settings/components/account/profile-informations.tsx b/app/features/settings/components/account/profile-informations.tsx index 6327eea..a893308 100644 --- a/app/features/settings/components/account/profile-informations.tsx +++ b/app/features/settings/components/account/profile-informations.tsx @@ -18,7 +18,6 @@ const ProfileInformations: FunctionComponent = () => { const isSuccess = actionData?.submitted; const isCurrentFormTransition = transition.submission?.formData.get("_action") === "updateUser"; const isSubmitting = isCurrentFormTransition && transition.state === "submitting"; - console.log("isSuccess", isSuccess, actionData); return (