Skip to content

Commit 4df9142

Browse files
committed
refactor: fix imports
1 parent 4bad4df commit 4df9142

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

apps/showcase/demo/styled/popover/alignment-demo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default function AlignmentDemo() {
4949
<Popover.Portal>
5050
<Popover.Positioner sideOffset={12} side={side} align={align}>
5151
<Popover.Popup className="max-w-72 w-full">
52+
<Popover.Arrow />
5253
<Popover.Header>
5354
<Popover.Title>Create a New Workspace</Popover.Title>
5455
<Popover.Close as={Button} severity="secondary" variant="text" size="small" iconOnly>

apps/showcase/demo/styled/popover/basic-demo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default function BasicDemo() {
1313
<Popover.Portal>
1414
<Popover.Positioner sideOffset={12} side="bottom" align="start">
1515
<Popover.Popup className="max-w-72 w-full">
16+
<Popover.Arrow />
1617
<Popover.Header>
1718
<Popover.Title>Create a New Workspace</Popover.Title>
1819
<Popover.Close as={Button} severity="secondary" variant="text" size="small" iconOnly>
@@ -32,7 +33,6 @@ export default function BasicDemo() {
3233
<Button size="small">Next</Button>
3334
</div>
3435
</Popover.Footer>
35-
<Popover.Arrow />
3636
</Popover.Popup>
3737
</Popover.Positioner>
3838
</Popover.Portal>

apps/showcase/demo/styled/popover/controlled-demo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default function ControlledDemo() {
1818
<Popover.Portal>
1919
<Popover.Positioner sideOffset={12}>
2020
<Popover.Popup className="max-w-72 w-full">
21+
<Popover.Arrow />
2122
<Popover.Header>
2223
<Popover.Title>Create a New Workspace</Popover.Title>
2324
<Popover.Close as={Button} severity="secondary" variant="text" size="small" iconOnly>

0 commit comments

Comments
 (0)