1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-10 02:36:54 +02:00

comment nav

This commit is contained in:
Pomax
2016-02-01 10:56:16 -08:00
parent f0e41c53cb
commit dda27c123b
5 changed files with 27 additions and 6 deletions

View File

@@ -22,7 +22,8 @@ var Navigation = React.createClass({
<div ref="navigation">
<navigation className={ this.props.compact ? "compact" : null }>
<ul className="navigation">
{ sectionPages.map(this.generateNavItem) }
{ sectionPages.map(this.generateNavItem) }
<li><a href="#comments">Comments and questions</a></li>
</ul>
</navigation>
</div>