Skip to content

Commit

Permalink
Revert "Remove explore more"
Browse files Browse the repository at this point in the history
This reverts commit f4a0cf0.
  • Loading branch information
alldayalone committed Jun 17, 2023
1 parent fbec42e commit 8cdc89d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/Landing/ShowcaseSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ function ShowcaseSection() {
<EditionCard edition={edition} key={edition.collectionAddress} />
))}
</div>

<div className={styles.showcaseSectionExplore}>
<Button componentType="link" basicInverted kind={ButtonKinds.basic} to="/explore">
Explore more
</Button>
</div>
</section>
);
}
Expand Down

0 comments on commit 8cdc89d

Please sign in to comment.