Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 668a3b5

Browse files
author
Gaetan Flament
committed
docs: Removed Hubspot form from docs as we don't use this anymore.
1 parent a8c30c8 commit 668a3b5

3 files changed

Lines changed: 6 additions & 117 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"prism-react-renderer": "2.4.0",
3939
"react": "18.3.1",
4040
"react-dom": "18.3.1",
41-
"react-hubspot-form": "1.3.7",
4241
"react-infima": "0.0.1-alpha.4",
4342
"react-player": "2.16.0",
4443
"react-slick": "0.30.2",

pnpm-lock.yaml

Lines changed: 6 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/ChangelogFooter.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Button } from "react-infima";
22
import Link from "@docusaurus/Link";
3-
import HubspotForm from "react-hubspot-form";
43

54
export interface ChangelogFooterProps {
65
children?: React.ReactNode;
@@ -22,21 +21,6 @@ export default function ChangelogFooter({
2221
</Link>
2322
{children}
2423
</div>
25-
26-
<div>
27-
<h2>Subscribe to changelog updates</h2>
28-
<p>
29-
Don't miss new features ever again: receive an email in your inbox
30-
every time we publish an update.
31-
</p>
32-
33-
<HubspotForm
34-
region="eu1"
35-
portalId="25432745"
36-
formId="6a265ba7-81db-4b79-a840-fb9ad808432e"
37-
loading={<div>Loading...</div>}
38-
/>
39-
</div>
4024
</div>
4125
);
4226
}

0 commit comments

Comments
 (0)