Skip to content

Commit

Permalink
update some icons; favicon.ico; remove sync icons; move favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
codebykat committed Jun 17, 2020
1 parent d710b3a commit 2ff7b05
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file removed public_html/favicon-sync-16.gif
Binary file not shown.
Binary file removed public_html/favicon-sync-32.gif
Binary file not shown.
Binary file removed public_html/favicon-sync-64.gif
Binary file not shown.
Binary file removed public_html/favicon.ico
Binary file not shown.
Binary file added resources/images/favicon.ico
Binary file not shown.
Binary file modified resources/images/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = () => {
'build-reference': spawnSync('git', ['describe', '--always', '--dirty'])
.stdout.toString('utf8')
.replace('\n', ''),
favicon: process.cwd() + '/public_html/favicon.ico',
favicon: process.cwd() + '/resources/images/favicon.ico',
'node-version': process.version,
template: 'index.ejs',
title: 'Simplenote',
Expand Down

0 comments on commit 2ff7b05

Please sign in to comment.