diff --git a/packages/sage-react/lib/Hero/Hero.jsx b/packages/sage-react/lib/Hero/Hero.jsx index 9df183238a..7294eaaf87 100644 --- a/packages/sage-react/lib/Hero/Hero.jsx +++ b/packages/sage-react/lib/Hero/Hero.jsx @@ -106,7 +106,9 @@ Hero.propTypes = { /** * The attributes for the CTA link. */ - ctaAttributes: PropTypes.node, + ctaAttributes: PropTypes.shape({ + href: PropTypes.string + }), /** * The content to be rendered within the Hero. */