Skip to content

Commit 1259df6

Browse files
feat: removed featured repo cards
1 parent b38b9ca commit 1259df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sections/FeaturedDisplay.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ const FeaturedSection = () => {
6666
))}
6767
</Slider>
6868

69-
<Carousel ref={nav2Ref}>
69+
{/* <Carousel ref={nav2Ref}>
7070
{featuredRepos.map((repo, index) => (
7171
<RepoCard repoData={repo.repo} key={index} />
7272
))}
73-
</Carousel>
73+
</Carousel> */}
7474
</section>
7575

7676
)

0 commit comments

Comments
 (0)