Skip to content

Commit

Permalink
Remove title slot
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrinh2 committed Dec 18, 2024
1 parent 4666817 commit 3f02f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Example() {
<span ref={triggerRef}>Popover will be positioned relative to me</span>
</Stack>
<Popover triggerRef={triggerRef} isOpen={isOpen} onOpenChange={setOpen}>
<Heading slot="title">ACME</Heading>
<Heading>ACME</Heading>
<Content>
A tech company focusing on the development of software and hardware solutions.
</Content>
Expand Down

0 comments on commit 3f02f06

Please sign in to comment.