Skip to content

Commit

Permalink
fix: add app favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jan 1, 2018
1 parent de81381 commit 06db846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/action/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/src/icons/app/icon-16.png" type="image/png">
<link href="/src/fonts/roboto.css" rel="stylesheet">
<link href="/src/commons-ui/style.bundle.css" rel="stylesheet">
<link href="style.bundle.css" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions src/options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/src/icons/app/icon-16.png" type="image/png">
<link href="/src/fonts/roboto.css" rel="stylesheet">
<link href="/src/commons-ui/style.bundle.css" rel="stylesheet">
<link href="style.bundle.css" rel="stylesheet">
Expand Down

0 comments on commit 06db846

Please sign in to comment.