Skip to content

Commit e600c93

Browse files
committed
feat: remove unused navigation instructions from DUser stories
1 parent e32e129 commit e600c93

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/components/d-user/DUser.stories.tsx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -133,29 +133,6 @@ export const Input = () => {
133133

134134
return <ContextStoreProvider services={[user]}>
135135
<DUserInput title={"Users to invite"} description={"Invite users to your workspace or organization"}/>
136-
<Spacing spacing={"xs"}/>
137-
<Text>
138-
<Flex align={"center"} style={{gap: "0.7rem"}}>
139-
<div>
140-
<Badge border>
141-
<IconArrowUp size={16}/>
142-
</Badge>
143-
{" "}
144-
<Badge border>
145-
<IconArrowDown size={16}/>
146-
</Badge>
147-
{" "}
148-
to navigate
149-
</div>
150-
<div>
151-
<Badge border>
152-
<IconCornerDownLeft size={16}/>
153-
</Badge>
154-
{" "}
155-
to select
156-
</div>
157-
</Flex>
158-
</Text>
159136
</ContextStoreProvider>
160137

161138
}

0 commit comments

Comments
 (0)