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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user