Skip to content

Commit e538d51

Browse files
fix: removing the featured repos breaks everything? what kind of 500 mile email bug is this
1 parent b4f1023 commit e538d51

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)