Skip to content

Commit

Permalink
Remove title slot (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrinh2 authored Dec 18, 2024
2 parents 4666817 + 3f02f06 commit d11811e
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 d11811e

Please sign in to comment.