From a4331ed991fc6cf5c4d75f540556fa4102b60899 Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Fri, 29 May 2015 20:24:03 +0300 Subject: [PATCH] [changed] Make the brand name consistent. --- docs/README.docs.md | 2 +- docs/README.md | 2 +- docs/assets/style.css | 2 +- docs/src/NavMain.js | 2 +- docs/src/Root.js | 2 +- ie8/README.md | 2 +- ie8/index.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/README.docs.md b/docs/README.docs.md index afb8a84de0..5c963b39b5 100644 --- a/docs/README.docs.md +++ b/docs/README.docs.md @@ -1,4 +1,4 @@ -# React Bootstrap Documentation Website +# React-Bootstrap Documentation Website This website is single page app built on [React](http://facebook.github.io/react/), with styles and structure taken from diff --git a/docs/README.md b/docs/README.md index a6c53990ea..e9a7030df4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -# React Bootstrap Documentation Website +# React-Bootstrap Documentation Website This website is single page app built on [React](http://facebook.github.io/react/), with styles and structure taken from diff --git a/docs/assets/style.css b/docs/assets/style.css index 1d1d2fbf2f..645481e0bf 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -1,5 +1,5 @@ /* - * React Bootstrap Documentation + * React-Bootstrap Documentation * Special styles for presenting react-bootstrap's documentation and code examples. * Based on the Bootstrap Documentation styles and overridden as necessary. */ diff --git a/docs/src/NavMain.js b/docs/src/NavMain.js index 0ade630b6f..4e295fdfeb 100644 --- a/docs/src/NavMain.js +++ b/docs/src/NavMain.js @@ -24,7 +24,7 @@ const NavMain = React.createClass({ }, render() { - let brand = React Bootstrap; + let brand = React-Bootstrap; let links = Object.keys(NAV_LINKS).map(this.renderNavItem).concat([
  • GitHub diff --git a/docs/src/Root.js b/docs/src/Root.js index e39f087950..83e796b448 100644 --- a/docs/src/Root.js +++ b/docs/src/Root.js @@ -45,7 +45,7 @@ const Root = React.createClass({ }; let head = { - __html: `React Bootstrap + __html: `React-Bootstrap diff --git a/ie8/README.md b/ie8/README.md index dc4484145b..5d43efa2cb 100644 --- a/ie8/README.md +++ b/ie8/README.md @@ -1,6 +1,6 @@ # ie8 tests -A simple page with several React Bootstrap components for testing in ie8. +A simple page with several React-Bootstrap components for testing in ie8. ``` npm run ie8 diff --git a/ie8/index.html b/ie8/index.html index 05a5b556af..934063377e 100644 --- a/ie8/index.html +++ b/ie8/index.html @@ -4,7 +4,7 @@ - React Bootstrap IE8 test page + React-Bootstrap IE8 test page