Skip to content

Commit

Permalink
Replace Popover.Title with Popover.Header
Browse files Browse the repository at this point in the history
  • Loading branch information
Onurcankaratay committed Oct 7, 2024
1 parent 7d71e70 commit 3e630bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function QuickPopover(props) {

const popover = (
<Popover id={popID}>
{title ? <Popover.Title className="m-0" as="h4">{title}</Popover.Title> : null}
{title ? <Popover.Header className="m-0" as="h4">{title}</Popover.Header> : null}
<Popover.Body>
{ popoverContent }
</Popover.Body>
Expand Down

0 comments on commit 3e630bb

Please sign in to comment.