File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default function VerifyEmailModal({
19
19
< Image fluid height = { `18em` } src = "/mailbox.svg" alt = "" />
20
20
< h2 className = { `fw-bold` } > { t ( "verifyEmail" ) } </ h2 >
21
21
< h6 > { t ( "verifyLinkSent" ) } </ h6 >
22
- < Internal href = "/editprofile " className = "view-edit-profile" >
22
+ < Internal href = "/edit-profile " className = "view-edit-profile" >
23
23
< Button onClick = { onHide } > { t ( "setUpProfile" ) } </ Button >
24
24
</ Internal >
25
25
</ Stack >
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ export const getStaticPaths: GetStaticPaths = async ctx => {
25
25
paths : [
26
26
{ params : { docName : [ "about-you" ] } } ,
27
27
{ params : { docName : [ "testimonies" ] } } ,
28
- { params : { docName : [ "following" ] } }
28
+ { params : { docName : [ "following" ] } } ,
29
+ { params : { docName : [ ] } }
29
30
] ,
30
31
fallback : false
31
32
}
You can’t perform that action at this time.
0 commit comments