Skip to content

Commit

Permalink
Allow nested commonents in Offcanvas.title (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbegley authored Feb 17, 2023
1 parent ec270e2 commit e153262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/offcanvas/Offcanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Offcanvas.propTypes = {
/**
* The header title
*/
title: PropTypes.string,
title: PropTypes.node,

/**
* Specify whether the Component should contain a close button
Expand Down

0 comments on commit e153262

Please # to comment.