Skip to content

Commit

Permalink
Merge pull request react-bootstrap#812 from react-bootstrap/logo
Browse files Browse the repository at this point in the history
Change Logo that is Favicon Friendly
  • Loading branch information
mtscout6 committed Jun 11, 2015
2 parents 38819ef + 5c45276 commit 8a85b46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified docs/assets/favicon.ico
100644 → 100755
Binary file not shown.
Binary file modified docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/Root.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Root = React.createClass({
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="${this.props.assetBaseUrl}/assets/bundle.css" rel="stylesheet">
<link href="${this.props.assetBaseUrl}/assets/favicon.ico" type="image/x-icon" rel="icon">
<link href="${this.props.assetBaseUrl}/assets/favicon.ico?v=2" type="image/x-icon" rel="shortcut icon">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
Expand Down

0 comments on commit 8a85b46

Please sign in to comment.