Skip to content

Commit

Permalink
commenting out community collections (#3704)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnomadic authored Oct 23, 2024
1 parent 84c6b4f commit 9288c5c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ const LandingPage = () => {
);
}, [roundsEndingSoon.data]);

const collections = useCollections();
// const collections = useCollections();

return (
<GradientLayout showWalletInteraction showAlloVersionBanner={false}>
<LandingHero />

{/* Note: This is being revisited for GG Rounds */}
<LandingSection title="Community collections">
{/* <LandingSection title="Community collections">
{collections.data !== undefined && (
<CollectionsGrid data={collections.data} />
)}
</LandingSection>
</LandingSection> */}

<LandingSection
title="Donate now"
Expand Down

0 comments on commit 9288c5c

Please sign in to comment.