Skip to content

Commit

Permalink
feat: changes based on PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pnboliveira committed Feb 1, 2024
1 parent 897425a commit 584538a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 347 deletions.
7 changes: 5 additions & 2 deletions src/components/registration/Registration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,17 @@ export const Registration = () => {
return (
<>
<StageLayout
showLegalLinks={false}
showLegalLinks={true}
showLoginLink={true}
stage={<Stage hasAnimation={isFirstVisit} />}
showRegistrationInfoDrawer={true}
>
<Box
sx={{
pb: '96px',
pb: {
xs: '30px',
lg: '96px'
},
maxWidth: '560px !important',
width: '100%'
}}
Expand Down
345 changes: 0 additions & 345 deletions src/extensions/components/registration/Registration.tsx

This file was deleted.

0 comments on commit 584538a

Please sign in to comment.