Fix typo in preview version/bug reporting announcement (space needed between 'bugs' and 'here'). (#345)

This commit is contained in:
Kevin Dodge 2017-05-03 08:57:33 -07:00 committed by Cassie Tarakajian
parent ae668f681e
commit 6518bf14bf
1 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,8 @@ class Nav extends React.PureComponent {
})()}
</ul>
<div className="nav__announce">
This is a preview version of the editor, that has not yet been officially released. It is in development, you can report bugs
<a href="https://github.com/processing/p5.js-web-editor/issues" target="_blank" rel="noopener noreferrer">here</a>.
This is a preview version of the editor, that has not yet been officially released.
It is in development, you can report bugs <a href="https://github.com/processing/p5.js-web-editor/issues" target="_blank" rel="noopener noreferrer">here</a>.
Please use with caution.
</div>
</nav>