diff --git a/website/components/section-break-cta/index.tsx b/website/components/section-break-cta/index.tsx index 5a034eb0f..e0a87c730 100644 --- a/website/components/section-break-cta/index.tsx +++ b/website/components/section-break-cta/index.tsx @@ -1,11 +1,12 @@ import Button from '@hashicorp/react-button' import s from './style.module.css' -export default function SectionBreakCta({ heading, link }) { +export default function SectionBreakCta({ heading, description, link }) { return (
{description}
}