Skip to content

Commit 53a0b3d

Browse files
saranshkatariajdecked
authored andcommitted
added favicon (facebookarchive#1871)
Summary: Fixed facebookarchive#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: facebookarchive#1871 Differential Revision: D9829164 fbshipit-source-id: 99c7f4d805b7da2713c3596992b39c125b63b221
1 parent 6a02f7b commit 53a0b3d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

website/siteConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const siteConfig = {
2121
}
2222
],
2323
headerIcon: 'img/draftjs-logo.svg',
24+
favicon: 'img/draftjs-logo.ico',
2425
/* colors for website */
2526
colors: {
2627
primaryColor: '#3B3738',

website/static/img/draftjs-logo.ico

7.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)