Skip to content

Commit

Permalink
Merge pull request #5 from prymitive/favicon
Browse files Browse the repository at this point in the history
chore(ui): replace favicon after project rename
  • Loading branch information
prymitive authored Sep 9, 2018
2 parents d68cff2 + acd0483 commit 2b0ed79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified ui/public/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions ui/src/Components/FaviconBadge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
});
Expand Down

0 comments on commit 2b0ed79

Please sign in to comment.