Skip to content

Commit

Permalink
Merge pull request #211 from valory-xyz/josh/comment-backup-skip
Browse files Browse the repository at this point in the history
Comment out Skip button during Wallet Backup screen
  • Loading branch information
truemiller authored Jul 2, 2024
2 parents 2bcbc0c + 17d591c commit b4e26e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/components/Setup/Create/SetupBackupSigner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const SetupBackupSigner = () => {
<Button type="primary" size="large" htmlType="submit">
Add backup wallet and continue
</Button>
{/* Commented to protect users from skipping backup wallet setup during Alpha testing
<Button
type="link"
size="large"
Expand All @@ -58,7 +59,8 @@ export const SetupBackupSigner = () => {
<Typography.Text type="secondary" className="text-sm">
Note that in the current version of the app, you will not be able to
set up a backup wallet afterward. This functionality is coming soon.
</Typography.Text>
</Typography.Text>
*/}
</FormFlex>
</Flex>
</CardFlex>
Expand Down

0 comments on commit b4e26e1

Please sign in to comment.