1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

link to react for quickstart from landing page

This commit is contained in:
trentmc 2020-10-25 17:14:57 +01:00
parent 8988273334
commit 538f2637b5

View File

@ -21,7 +21,7 @@ const QuickRun = () => (
<header className={styles.header}>
<h1 className={styles.tldr}>Quickstart</h1>
<strong>
The <Link to="/references/ocean.js/">ocean.js</Link> and <Link to="/references/python.js/">ocean.py</Link> repos have quickstarts. Have fun!
The <Link to="/references/ocean.js/">ocean.js</Link>, <Link to="/references/python.js/">ocean.py</Link>, and <Link to="/references/react/">Ocean React</Link> repos have quickstarts. Pick your favorite and have fun!
</strong>
</header>
</aside>