1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-01 12:23:19 +02:00

changelog

This commit is contained in:
Pomax
2018-06-24 19:45:08 -07:00
parent eab79c129f
commit e8a51b2828
12 changed files with 179 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ var baseClass = {
<figure className={this.props.inline ? "inline": false}>
<canvas ref="canvas" {...cprops} {...handlers} />
<figcaption>
<a className="source" href={sourceLink}>source</a>
<a className="source" href={sourceLink}>view source</a>
{this.props.title}
{this.props.children}
</figcaption>