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 84c6b4f commit 43cea20Copy full SHA for 43cea20
packages/grant-explorer/src/features/discovery/LandingPage.tsx
@@ -40,18 +40,18 @@ const LandingPage = () => {
40
);
41
}, [roundsEndingSoon.data]);
42
43
- const collections = useCollections();
+ // const collections = useCollections();
44
45
return (
46
<GradientLayout showWalletInteraction showAlloVersionBanner={false}>
47
<LandingHero />
48
49
{/* Note: This is being revisited for GG Rounds */}
50
- <LandingSection title="Community collections">
+ {/* <LandingSection title="Community collections">
51
{collections.data !== undefined && (
52
<CollectionsGrid data={collections.data} />
53
)}
54
- </LandingSection>
+ </LandingSection> */}
55
56
<LandingSection
57
title="Donate now"
0 commit comments