Skip to content

Commit

Permalink
Upgrade popover class names for [email protected] compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Aug 13, 2017
1 parent a8857c3 commit bb52d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ class Popover extends React.Component {
<div className="arrow" style={arrowStyle} />

{title && (
<h3 className={prefix(bsProps, 'title')}>
<h3 className={prefix(bsProps, 'header')}>
{title}
</h3>
)}

<div className={prefix(bsProps, 'content')}>
<div className={prefix(bsProps, 'body')}>
{children}
</div>
</div>
Expand Down

0 comments on commit bb52d97

Please sign in to comment.