Skip to content

Commit 43cea20

Browse files
committed
commenting out community collections
1 parent 84c6b4f commit 43cea20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/grant-explorer/src/features/discovery/LandingPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ const LandingPage = () => {
4040
);
4141
}, [roundsEndingSoon.data]);
4242

43-
const collections = useCollections();
43+
// const collections = useCollections();
4444

4545
return (
4646
<GradientLayout showWalletInteraction showAlloVersionBanner={false}>
4747
<LandingHero />
4848

4949
{/* Note: This is being revisited for GG Rounds */}
50-
<LandingSection title="Community collections">
50+
{/* <LandingSection title="Community collections">
5151
{collections.data !== undefined && (
5252
<CollectionsGrid data={collections.data} />
5353
)}
54-
</LandingSection>
54+
</LandingSection> */}
5555

5656
<LandingSection
5757
title="Donate now"

0 commit comments

Comments
 (0)