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 d2d55cd commit aa290f5Copy full SHA for aa290f5
src/pages-conditional/dapps.tsx
@@ -1014,7 +1014,7 @@ const DappsPage = ({
1014
buttons: [
1015
{
1016
content: t("page-dapps-explore-dapps-title"),
1017
- to: "#explore",
+ to: "#beginner",
1018
matomo: {
1019
eventCategory: "dapp hero buttons",
1020
eventAction: "click",
@@ -1119,7 +1119,7 @@ const DappsPage = ({
1119
</StepBox>
1120
</StepBoxContainer>
1121
</Row>
1122
- <H3>
+ <H3 id="beginner">
1123
<Translation id="page-dapps-beginner-friendly-header" />{" "}
1124
<Emoji text=":+1:" />
1125
</H3>
0 commit comments