added link to p5js reference at top nav (#131)
This commit is contained in:
parent
e511db64fe
commit
2856615c4d
1 changed files with 8 additions and 0 deletions
|
@ -85,6 +85,14 @@ function Nav(props) {
|
|||
</li>
|
||||
);
|
||||
})()}
|
||||
<li className="nav__item">
|
||||
<p className="nav__reference">
|
||||
<a
|
||||
href="https://p5js.org/reference/"
|
||||
target="_blank"
|
||||
>Reference</a>
|
||||
</p>
|
||||
</li>
|
||||
<li className="nav__item">
|
||||
<p className="nav__about">
|
||||
<Link to="/about">
|
||||
|
|
Loading…
Reference in a new issue