diff --git a/packages/react-bootstrap-table2-example/examples/welcome.js b/packages/react-bootstrap-table2-example/examples/welcome.js index 41f3547..ca0dade 100644 --- a/packages/react-bootstrap-table2-example/examples/welcome.js +++ b/packages/react-bootstrap-table2-example/examples/welcome.js @@ -1,6 +1,8 @@ import React from 'react'; import Typed from 'typed.js'; +const PROJECT_NAME = 'react-bootstrap-table2'; + export default class Welcome extends React.Component { componentDidMount() { // type.js config @@ -21,14 +23,21 @@ export default class Welcome extends React.Component { return (
-

react-bootstrap-table2

+
+ + { + +

+ {PROJECT_NAME} +

+
{ this.el = el; } } />
- -