File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ export const Footer = () => (
69
69
< li className = { styles . navColumnItem } >
70
70
< a
71
71
className = { styles . navColumnLink }
72
- href = { ` ${ main } /unit-testing-for-performance` }
72
+ href = { 'https://calendly.com/k6cloud/' }
73
73
>
74
- Unit testing for performance
74
+ Schedule a Cloud Demo
75
75
</ a >
76
76
</ li >
77
77
< li className = { styles . navColumnItem } >
@@ -115,6 +115,14 @@ export const Footer = () => (
115
115
Integrations
116
116
</ Link >
117
117
</ li >
118
+ < li className = { styles . navColumnItem } >
119
+ < a
120
+ className = { styles . navColumnLink }
121
+ href = { `${ main } /unit-testing-for-performance` }
122
+ >
123
+ Unit testing for performance
124
+ </ a >
125
+ </ li >
118
126
</ ul >
119
127
</ div >
120
128
< div className = { 'col-lg-3 col-sm-6 col-12' } >
You can’t perform that action at this time.
0 commit comments