commit 6f23fdd9b169f3d2696859cc6be4502b120c70c7
parent 36e2831fd395f717a6f04614a383e58fe6254732
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Thu, 9 Oct 2014 18:39:28 +0400
Tiny updates
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/webpack.js b/config/webpack.js
@@ -24,7 +24,7 @@ module.exports = function (release) {
cache: !release,
debug: !release,
devtool: false,
- entry: './src/App.js',
+ entry: './src/app.js',
stats: {
colors: true,
diff --git a/src/App.js b/src/app.js
diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx
@@ -14,7 +14,7 @@ var Navbar = React.createClass({
<div className="container">
<Link className="navbar-brand row" to="/">
<img src="/images/logo-small.png" width="38" height="38" alt="React" />
- {' Facebook React Starter Kit'}
+ {' React.js Starter Kit'}
</Link>
</div>
</div>
diff --git a/src/pages/Index.jsx b/src/pages/Index.jsx
@@ -24,8 +24,8 @@ var HomePage = React.createClass({
<dl>
<dt><a href="https://facebook.github.io/react/">React</a></dt>
<dd>A JavaScript library for building user interfaces, developed by Facebook</dd>
- <dt><a href="https://github.com/rackt/react-router">React-Router</a></dt>
- <dd>A complete routing library for React</dd>
+ <dt><a href="https://github.com/flatiron/director">Director</a></dt>
+ <dd>A tiny and isomorphic URL router for JavaScript</dd>
<dt><a href="http://getbootstrap.com/">Bootstrap</a></dt>
<dd>CSS framework for developing responsive, mobile first interfaces</dd>
</dl>