Skip to content

Commit 0ca763d

Browse files
committed
Footer: Add option to Schedule a Cloud Demo
1 parent e8ecee9 commit 0ca763d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/components/blocks/footer/footer.view.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ export const Footer = () => (
6969
<li className={styles.navColumnItem}>
7070
<a
7171
className={styles.navColumnLink}
72-
href={`${main}/unit-testing-for-performance`}
72+
href={'https://calendly.com/k6cloud/'}
7373
>
74-
Unit testing for performance
74+
Schedule a Cloud Demo
7575
</a>
7676
</li>
7777
<li className={styles.navColumnItem}>
@@ -115,6 +115,14 @@ export const Footer = () => (
115115
Integrations
116116
</Link>
117117
</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>
118126
</ul>
119127
</div>
120128
<div className={'col-lg-3 col-sm-6 col-12'}>

0 commit comments

Comments
 (0)