diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 60f2ef49f..1a363e18f 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -16,6 +16,9 @@ Prefix the change with one of these keywords: - _Security_: in case of vulnerabilities. ## [Unreleased] +### Fixed + +- Fix HubSpot example ## [0.25.3] diff --git a/lib/components/Embed/Embed.stories.tsx b/lib/components/Embed/Embed.stories.tsx index a93799c05..4e6e407c8 100644 --- a/lib/components/Embed/Embed.stories.tsx +++ b/lib/components/Embed/Embed.stories.tsx @@ -94,7 +94,7 @@ export const HubSpot: Story = { render: () => (
{/* */} - +
), }