Merge pull request #5 from prymitive/favicon

chore(ui): replace favicon after project rename
This commit is contained in:
Łukasz Mierzwa
2018-09-09 15:56:31 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -16,8 +16,8 @@ const FaviconBadge = observer(
this.favicon = new Favico({
animation: "none",
position: "up",
bgColor: "#000",
position: "down",
bgColor: "#e74c3c",
textColor: "#fff",
fontStyle: "lighter"
});