Skip to content

Commit

Permalink
feat(website): remove blog section (#14561)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us authored and phenix3443 committed Aug 25, 2023
1 parent 28294f9 commit b390616
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 137 deletions.
129 changes: 0 additions & 129 deletions packages/website/components/Home/BlogSection.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/website/components/Home/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { BlogSection } from "./BlogSection";
export { CommunitySection } from "./CommunitySection";
export { FeaturesSection } from "./FeaturesSection";
export { Footer } from "./Footer";
Expand Down
8 changes: 1 addition & 7 deletions packages/website/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
title: "Home"
---

import {
Hero,
FeaturesSection,
BlogSection,
CommunitySection,
} from "components/Home";
import { Hero, FeaturesSection, CommunitySection } from "components/Home";

<Hero />
<FeaturesSection />
<BlogSection />
<CommunitySection />

0 comments on commit b390616

Please sign in to comment.