Skip to content

Commit

Permalink
Footer: Add option to Schedule a Cloud Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Nov 27, 2020
1 parent e8ecee9 commit 0ca763d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/components/blocks/footer/footer.view.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ export const Footer = () => (
<li className={styles.navColumnItem}>
<a
className={styles.navColumnLink}
href={`${main}/unit-testing-for-performance`}
href={'https://calendly.com/k6cloud/'}
>
Unit testing for performance
Schedule a Cloud Demo
</a>
</li>
<li className={styles.navColumnItem}>
Expand Down Expand Up @@ -115,6 +115,14 @@ export const Footer = () => (
Integrations
</Link>
</li>
<li className={styles.navColumnItem}>
<a
className={styles.navColumnLink}
href={`${main}/unit-testing-for-performance`}
>
Unit testing for performance
</a>
</li>
</ul>
</div>
<div className={'col-lg-3 col-sm-6 col-12'}>
Expand Down

0 comments on commit 0ca763d

Please sign in to comment.