File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ export default function XrplOverview() {
129
129
) }
130
130
</ p >
131
131
< div className = "d-none d-lg-block" >
132
- < a className = "btn btn-primary btn-arrow" href = "/docs" >
132
+ < Link className = "btn btn-primary btn-arrow" to = "/docs" >
133
133
{ translate ( "Read Technical Docs" ) }
134
- </ a > { " " }
134
+ </ Link > { " " }
135
135
< a
136
136
className = "ml-4 video-external-link"
137
137
target = "_blank"
@@ -164,9 +164,9 @@ export default function XrplOverview() {
164
164
</ a >
165
165
) }
166
166
< div className = "text-center d-lg-none" >
167
- < a className = "btn btn-primary btn-arrow mt-5 mb-4" href = "docs" >
167
+ < Link className = "btn btn-primary btn-arrow mt-5 mb-4" to = "docs" >
168
168
{ translate ( "Read Technical Docs" ) }
169
- </ a > { " " }
169
+ </ Link > { " " }
170
170
< a
171
171
className = "ml-4 video-external-link"
172
172
target = "_blank"
You can’t perform that action at this time.
0 commit comments