mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-07 01:06:59 +02:00
section 15, 16
This commit is contained in:
@@ -3,7 +3,7 @@ var ReactDOM = require("react-dom");
|
||||
|
||||
var SectionHeader = React.createClass({
|
||||
render: function() {
|
||||
return <h2 data-num={this.props.number}><a href={'#' + this.props.name}>{this.props.children}</a></h2>;
|
||||
return <h2 data-num={this.props.number}><a href={'#' + this.props.name}>{this.props.title}</a></h2>;
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user