Skip to content

Commit aa290f5

Browse files
committed
Point hero CTA to beginner friendly dapps section
1 parent d2d55cd commit aa290f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages-conditional/dapps.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ const DappsPage = ({
10141014
buttons: [
10151015
{
10161016
content: t("page-dapps-explore-dapps-title"),
1017-
to: "#explore",
1017+
to: "#beginner",
10181018
matomo: {
10191019
eventCategory: "dapp hero buttons",
10201020
eventAction: "click",
@@ -1119,7 +1119,7 @@ const DappsPage = ({
11191119
</StepBox>
11201120
</StepBoxContainer>
11211121
</Row>
1122-
<H3>
1122+
<H3 id="beginner">
11231123
<Translation id="page-dapps-beginner-friendly-header" />{" "}
11241124
<Emoji text=":+1:" />
11251125
</H3>

0 commit comments

Comments
 (0)