Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #777 from LiskHQ/add-icon
Browse files Browse the repository at this point in the history
Add favicon
  • Loading branch information
slaweet authored Sep 26, 2017
2 parents a0fde8b + 53bc44d commit 31cd66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dist:win": "build --win --ia32 --x64",
"dist:mac": "build --mac",
"dist:linux": "build --linux --ia32 --x64 --armv7l",
"copy-files": "mkdir app/dist && cp -r ./src/index.html ./app/dist",
"copy-files": "mkdir app/dist && cp -r ./src/index.html ./src/assets ./app/dist",
"clean": "del app/dist -f",
"eslint": "eslint ./src/ ./app/main.js ./features/",
"storybook": "start-storybook -p 6006 -s ./src/",
Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>Lisk Nano</title>
<link rel="stylesheet" href="./styles.css">
<link rel="icon" type="image/png" href="./assets/images/LISK.png" />
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 31cd66a

Please sign in to comment.