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

Commit

Permalink
added favicon (#1871)
Browse files Browse the repository at this point in the history
Summary:
Fixed #1857 by adding a favicon. The color scheme of the icon needs to be thought about though since it is not visible when the tab is active because of the white color.

On chrome:
![image](https://user-images.githubusercontent.com/1450819/45538271-39089f80-b824-11e8-8553-5902b11a53bb.png)

Looks okay when the tab is inactive, but when it is active, the logo is not visible:
![image](https://user-images.githubusercontent.com/1450819/45538295-4b82d900-b824-11e8-9b27-339dc2c797d3.png)
Pull Request resolved: #1871

Differential Revision: D9829164

fbshipit-source-id: 99c7f4d805b7da2713c3596992b39c125b63b221
  • Loading branch information
saranshkataria authored and facebook-github-bot committed Sep 14, 2018
1 parent 1bf2145 commit b9dd551
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const siteConfig = {
}
],
headerIcon: 'img/draftjs-logo.svg',
favicon: 'img/draftjs-logo.ico',
/* colors for website */
colors: {
primaryColor: '#3B3738',
Expand Down
Binary file added website/static/img/draftjs-logo.ico
Binary file not shown.

0 comments on commit b9dd551

Please sign in to comment.