File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # React Bootstrap Documentation Website
1
+ # React- Bootstrap Documentation Website
2
2
3
3
This website is single page app built on
4
4
[ React] ( http://facebook.github.io/react/ ) , with styles and structure taken from
Original file line number Diff line number Diff line change 1
- # React Bootstrap Documentation Website
1
+ # React- Bootstrap Documentation Website
2
2
3
3
This website is single page app built on
4
4
[ React] ( http://facebook.github.io/react/ ) , with styles and structure taken from
Original file line number Diff line number Diff line change 1
1
/*
2
- * React Bootstrap Documentation
2
+ * React- Bootstrap Documentation
3
3
* Special styles for presenting react-bootstrap's documentation and code examples.
4
4
* Based on the Bootstrap Documentation styles and overridden as necessary.
5
5
*/
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const NavMain = React.createClass({
24
24
} ,
25
25
26
26
render ( ) {
27
- let brand = < Link to = 'home' className = "navbar-brand" > React Bootstrap</ Link > ;
27
+ let brand = < Link to = 'home' className = "navbar-brand" > React- Bootstrap</ Link > ;
28
28
let links = Object . keys ( NAV_LINKS ) . map ( this . renderNavItem ) . concat ( [
29
29
< li key = 'github-link' >
30
30
< a href = 'https://github.com/react-bootstrap/react-bootstrap' target = '_blank' > GitHub</ a >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const Root = React.createClass({
45
45
} ;
46
46
47
47
let head = {
48
- __html : `<title>React Bootstrap</title>
48
+ __html : `<title>React- Bootstrap</title>
49
49
<meta http-equiv="X-UA-Compatible" content="IE=edge">
50
50
<meta name="viewport" content="width=device-width, initial-scale=1.0">
51
51
<link href="${ this . props . assetBaseUrl } /assets/bundle.css" rel="stylesheet">
Original file line number Diff line number Diff line change 1
1
# ie8 tests
2
2
3
- A simple page with several React Bootstrap components for testing in ie8.
3
+ A simple page with several React- Bootstrap components for testing in ie8.
4
4
5
5
```
6
6
npm run ie8
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
- < title > React Bootstrap IE8 test page</ title >
7
+ < title > React- Bootstrap IE8 test page</ title >
8
8
9
9
<!-- Bootstrap -->
10
10
< link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css " rel ="stylesheet ">
You can’t perform that action at this time.
0 commit comments