Skip to content

Commit

Permalink
feat: update features section
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jul 4, 2024
1 parent ea45589 commit 1d5f4d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/landing/FeaturesSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import features from '@site/data/features'
import { cn } from '@site/src/lib/utils'
import { BentoGrid, BentoGridItem } from '../../magicui/bento-grid'
import { Section } from '../Section'
import Github from './Github'
import Skill from './Skill'

export default function FeaturesSection() {
return (
Expand All @@ -22,10 +20,10 @@ export default function FeaturesSection() {
))}
</BentoGrid>

<div className="mt-4 grid grid-cols-1 justify-center gap-4 px-0 md:grid-cols-6 md:grid-rows-2 md:px-4">
{/* <div className="mt-4 grid grid-cols-1 justify-center gap-4 px-0 md:grid-cols-6 md:grid-rows-2 md:px-4">
<Skill className="md:col-span-2 md:row-span-2" />
<Github className="h-full md:col-span-4 md:row-span-2" />
</div>
</div> */}
</Section>
)
}

0 comments on commit 1d5f4d3

Please sign in to comment.