Skip to content

Commit 384cbc6

Browse files
feat(Simulator/screens/ConnectWeb3): add Account screen story
1 parent 098b49e commit 384cbc6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/Simulator/screens/ConnectWeb3/__stories__/ConnectWeb3.stories.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,12 @@ export const SliderConnected: Story = {
6060
ctaLabel: "Go to account",
6161
},
6262
}
63+
export const Account: Story = {
64+
args: {
65+
nav: {
66+
...meta.args.nav,
67+
step: 4,
68+
},
69+
ctaLabel: "Finished",
70+
},
71+
}

0 commit comments

Comments
 (0)