We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38b9ca commit 1259df6Copy full SHA for 1259df6
src/sections/FeaturedDisplay.tsx
@@ -66,11 +66,11 @@ const FeaturedSection = () => {
66
))}
67
</Slider>
68
69
- <Carousel ref={nav2Ref}>
+ {/* <Carousel ref={nav2Ref}>
70
{featuredRepos.map((repo, index) => (
71
<RepoCard repoData={repo.repo} key={index} />
72
73
- </Carousel>
+ </Carousel> */}
74
</section>
75
76
)
0 commit comments