diff --git a/src/components/offcanvas/Offcanvas.js b/src/components/offcanvas/Offcanvas.js index f9e9b87cf..a63d19648 100644 --- a/src/components/offcanvas/Offcanvas.js +++ b/src/components/offcanvas/Offcanvas.js @@ -165,7 +165,7 @@ Offcanvas.propTypes = { /** * The header title */ - title: PropTypes.string, + title: PropTypes.node, /** * Specify whether the Component should contain a close button