Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #3492, update favicon
Browse files Browse the repository at this point in the history
No 96x96 favicon was provided, so that file/link was removed.

A SVG source was added for reference (but is not used)
  • Loading branch information
ianb committed Sep 14, 2017
1 parent a965cf4 commit 7544e9f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/reactruntime.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ exports.HeadTemplate = class HeadTemplate extends React.Component {
<link rel="shortcut icon" href={this.props.staticLink("/static/img/favicon-32.png")} />
<link rel="icon" type="image/png" href={this.props.staticLink("/static/img/favicon-16.png")} sizes="16x16"/>
<link rel="icon" type="image/png" href={this.props.staticLink("/static/img/favicon-32.png")} sizes="32x32"/>
<link rel="icon" type="image/png" href={this.props.staticLink("/static/img/favicon-96.png")} sizes="96x96"/>
{ analyticsScript }
{ activationScript }
{ this.props.sentryPublicDSN ? <script src={this.props.staticLink("/install-raven.js")} async /> : null }
Expand Down
Binary file modified static/img/favicon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/favicon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/favicon-96.png
Binary file not shown.
18 changes: 18 additions & 0 deletions static/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7544e9f

Please sign in to comment.