Skip to content

Commit

Permalink
Merge pull request facebook#6 from zpao/no-react-jest-logos
Browse files Browse the repository at this point in the history
Don't use React or Jest logos anywhere
  • Loading branch information
zpao committed Jul 29, 2014
2 parents 37fe439 + 00f4d8d commit 758783d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/core/Site.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ var Site = React.createClass({
<meta property="og:title" content="Flux | Architecture for building client-side web applications" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://facebook.github.io/flux/index.html" />
<meta property="og:image" content="http://facebook.github.io/flux/img/opengraph.png" />
<meta property="og:description" content="Architecture for building client-side web applications" />

<link rel="shortcut icon" href="/flux/img/favicon.png" />
<link rel="stylesheet" href="/flux/css/flux.css" />

<script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script>
Expand All @@ -33,7 +31,6 @@ var Site = React.createClass({
<div className="nav-main">
<div className="wrap">
<a className="nav-home" href="/flux/">
<img src="/flux/img/flux_logo_nav.png" />
Flux
</a>
<HeaderLinks section={this.props.section} />
Expand Down
Binary file removed website/src/flux/img/favicon.png
Binary file not shown.
Binary file removed website/src/flux/img/flux_logo_nav.png
Binary file not shown.
Binary file removed website/src/flux/img/opengraph.png
Binary file not shown.

0 comments on commit 758783d

Please sign in to comment.