Skip to content

Commit e153262

Browse files
authored
Allow nested commonents in Offcanvas.title (#938)
1 parent ec270e2 commit e153262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/offcanvas/Offcanvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Offcanvas.propTypes = {
165165
/**
166166
* The header title
167167
*/
168-
title: PropTypes.string,
168+
title: PropTypes.node,
169169

170170
/**
171171
* Specify whether the Component should contain a close button

0 commit comments

Comments
 (0)