Skip to content

Commit

Permalink
placing the CTA lower on the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxservais committed Mar 11, 2024
1 parent 7e31f16 commit 964358a
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions src/pages/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1425,25 +1425,6 @@ const DappsPage = () => {
))}
</StyledCardGrid>
</Content>
{/* Explore Ecosystem Section */}
<Content>
<CalloutBanner
mt={0}
mx={0}
mb={{ base: 0, lg: 16 }}
titleKey={"page-dapps:page-dapps-explore-title"}
descriptionKey={"page-dapps:page-dapps-explore-1"}
image={exploring}
imageWidth={300}
alt={t("page-dapps-explore-callout-image-alt")}
>
<Box>
<ButtonLink to="https://www.ethereum-ecosystem.com/apps">
{t("page-dapps:page-dapps-explore-2")}
</ButtonLink>
</Box>
</CalloutBanner>
</Content>
<FullWidthContainer ref={explore}>
<H2 id="explore">{t("page-dapps-explore-dapps-title")}</H2>
<CenterText>{t("page-dapps-explore-dapps-description")}</CenterText>
Expand Down Expand Up @@ -1840,6 +1821,26 @@ const DappsPage = () => {
</Box>
)}
</Content>
{/* Explore Ecosystem Section */}
<Content>
<CenterDivider />
<CalloutBanner
mt={0}
mx={0}
mb={{ base: 0, lg: 16 }}
titleKey={"page-dapps:page-dapps-explore-title"}
descriptionKey={"page-dapps:page-dapps-explore-1"}
image={exploring}
imageWidth={300}
alt={t("page-dapps-explore-callout-image-alt")}
>
<Box>
<ButtonLink to="https://www.ethereum-ecosystem.com/apps">
{t("page-dapps:page-dapps-explore-2")}
</ButtonLink>
</Box>
</CalloutBanner>
</Content>
</FullWidthContainer>
<Content>
<ImageContainer id="what-are-dapps">
Expand Down

0 comments on commit 964358a

Please sign in to comment.