Skip to content

Commit 92241ff

Browse files
committed
added a little blurb
1 parent 04f4c09 commit 92241ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/handlers/Home.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ var Home = module.exports = React.createClass({
66
render: function() {
77
return (
88
<div>
9-
<h2>WELCOME!</h2>
9+
<h1 className="Heading Heading--alt">Welcome!</h1>
10+
<div className="Content padBox">
11+
<p>This app is rendered on the server and the client with React</p>
12+
<p>You can actually turn off JavaScript and everything is still fully functional</p>
13+
<p>Go ahead and create a new contact over on the left with and without JS enabled</p>
14+
<p><a href="https://github.com/rackt/react-router-mega-demo">Code can be found here</a></p>
15+
</div>
1016
</div>
1117
);
1218
}

0 commit comments

Comments
 (0)