Added link to book a meeting

This commit is contained in:
Marco van Dijk 2022-03-21 16:00:16 +01:00
parent d6bfdc2551
commit 2fce39ce6e
3 changed files with 12 additions and 6 deletions

BIN
public/calendly.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -90,6 +90,12 @@ const Grafana = (obj) => {
<p>Full Statistics</p> <p>Full Statistics</p>
</button> </button>
</a> </a>
<a href="https://calendly.com/stronk-dev/30min">
<button className="waveButton">
<img alt="" src="calendly.png" width="30" height="30" />
<p>Book a meeting</p>
</button>
</a>
</div> </div>
<div className="verticalDivider" /> <div className="verticalDivider" />
</div> </div>