Skip to content

Commit

Permalink
Revert "Newsletter Subscribe (#1258)" (#1260)
Browse files Browse the repository at this point in the history
This reverts commit dca530f.

Signed-off-by: Qiaozp <[email protected]>
  • Loading branch information
chivalryq authored Jul 21, 2023
1 parent dca530f commit 0b07ffa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-github-btn": "^1.4.0",
"react-mailchimp-subscribe": "^2.1.3",
"sass": "^1.63.6"
},
"browserslist": {
Expand Down
12 changes: 0 additions & 12 deletions src/components/Newsletter.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import FeatureList from '../components/FeatureList';
import Button from '../components/button';
import WhatIs from '../components/WhatIs';
import Integration from '../components/Integration';
import Newsletter from '../components/Newsletter';

export default function Home() {
const context = useDocusaurusContext();
Expand Down Expand Up @@ -71,7 +70,6 @@ export default function Home() {
<div className="cncf-Logo" />
</div>
</div>
<Newsletter />
</Layout>
);
}

0 comments on commit 0b07ffa

Please sign in to comment.