File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export const useNav = () => {
125
125
{
126
126
label : t ( "nav-start-with-crypto-title" ) ,
127
127
description : t ( "nav-start-with-crypto-description" ) ,
128
- href : "/start-with-crypto /" ,
128
+ href : "/start/" ,
129
129
} ,
130
130
{
131
131
label : t ( "nav-find-wallet-label" ) ,
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ const getRequiredNamespacesForPath = (relativePath: string) => {
181
181
requiredNamespaces = [ ...requiredNamespaces , "table" ]
182
182
}
183
183
184
- if ( path . startsWith ( "/start-with-crypto /" ) ) {
184
+ if ( path . startsWith ( "/start/" ) ) {
185
185
requiredNamespaces = [ ...requiredNamespaces ]
186
186
}
187
187
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export const getStaticProps = (async ({ params }) => {
35
35
lastDeployDate
36
36
)
37
37
38
- const requiredNamespaces = getRequiredNamespacesForPage ( "/start-with-crypto " )
38
+ const requiredNamespaces = getRequiredNamespacesForPage ( "/start" )
39
39
40
40
const contentNotTranslated = ! existsNamespace (
41
41
locale ! as string ,
@@ -89,6 +89,7 @@ const StartWithCryptoPage = () => {
89
89
Billions can’t open bank accounts or freely use their money.
90
90
Ethereum’s financial system is always open and unbiased.
91
91
</ p >
92
+ { /* TODO: Add share button */ }
92
93
< div className = "flex w-full md:w-auto" >
93
94
< ButtonLink
94
95
href = "/start-with-crypto/onboarding-guide"
You can’t perform that action at this time.
0 commit comments