Skip to content

Commit

Permalink
style: hide features
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Feb 9, 2024
1 parent 37505a6 commit 9028675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { App } from '@/components/app';
import { Source } from '@/components/source';
import { Donate } from '@/components/donate';
import { About } from '@/components/about';
import { Features } from '@/components/features';
// import { Features } from '@/components/features';
import { Footer } from '@/components/footer';
---

Expand All @@ -15,7 +15,7 @@ import { Footer } from '@/components/footer';
<Hero />
<App client:load />
<About client:load />
<Features client:load />
<!-- <Features client:load /> -->
<Source />
<Footer />
</Layout>

0 comments on commit 9028675

Please sign in to comment.