aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/onboarding/unlock_wallet_onboarding_step.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/components/onboarding/unlock_wallet_onboarding_step.tsx')
-rw-r--r--packages/website/ts/components/onboarding/unlock_wallet_onboarding_step.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/website/ts/components/onboarding/unlock_wallet_onboarding_step.tsx b/packages/website/ts/components/onboarding/unlock_wallet_onboarding_step.tsx
index a1de469ad..358141520 100644
--- a/packages/website/ts/components/onboarding/unlock_wallet_onboarding_step.tsx
+++ b/packages/website/ts/components/onboarding/unlock_wallet_onboarding_step.tsx
@@ -4,9 +4,5 @@ import { Image } from 'ts/components/ui/image';
export interface UnlockWalletOnboardingStepProps {}
export const UnlockWalletOnboardingStep: React.StatelessComponent<UnlockWalletOnboardingStepProps> = () => (
- <div className="flex items-center flex-column">
- <div className="flex items-center flex-column">
- <Image src="/images/unlock-mm.png" />
- </div>
- </div>
+ <Image src="/images/unlock-mm.png" />
);