We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b154daf commit e76033dCopy full SHA for e76033d
packages/core/src/storybook/stand-alone-documentaion/playground/playground-helpers.ts
@@ -31,9 +31,12 @@ const jsx = `() => {
31
className="vibe-logo"
32
/>
33
<Flex direction="column" align="center" justify="center" gap="xs">
34
- <Heading type="h3" align="center">
35
- Playground
36
- </Heading>
+ <Flex align="center" gap="xs">
+ <Icon icon={VibeIcons.Labs} iconSize="16" />
+ <Heading type="h3" align="center">
37
+ Playground
38
+ </Heading>
39
+ </Flex>
40
<Text type="text2" ellipsis={false}>
41
Craft, Experiment, and Innovate with Vibe.
42
</Text>
0 commit comments