diff --git a/components/ColorBlur.tsx b/components/ColorBlur.tsx index 2dc76706..0a5eecdb 100644 --- a/components/ColorBlur.tsx +++ b/components/ColorBlur.tsx @@ -9,7 +9,7 @@ const ColorBlur = ({ }) => { return (
) diff --git a/components/modals/UserSetupModal.tsx b/components/modals/UserSetupModal.tsx index 25ceebd3..92ea4601 100644 --- a/components/modals/UserSetupModal.tsx +++ b/components/modals/UserSetupModal.tsx @@ -27,7 +27,7 @@ import ButtonGroup from '../forms/ButtonGroup' import Input from '../forms/Input' import Label from '../forms/Label' import WalletIcon from '../icons/WalletIcon' -import ParticlesBackground from '../ParticlesBackground' +// import ParticlesBackground from '../ParticlesBackground' // import EditNftProfilePic from '../profile/EditNftProfilePic' // import EditProfileForm from '../profile/EditProfileForm' import Button, { LinkButton } from '../shared/Button' @@ -209,26 +209,21 @@ const UserSetupModal = ({ return (
- next + next -
-
- +
+ {/* */} + next
diff --git a/public/images/onboarding-image@1x.png b/public/images/onboarding-image@1x.png new file mode 100644 index 00000000..c791771e Binary files /dev/null and b/public/images/onboarding-image@1x.png differ