Skip to content

Commit

Permalink
Review favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfersou committed Jan 8, 2018
1 parent a976566 commit d1eeb06
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 4 deletions.
File renamed without changes.
Binary file modified webpack/app/img/android-chrome-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified webpack/app/img/android-chrome-512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified webpack/app/img/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified webpack/app/img/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified webpack/app/img/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified webpack/app/img/mstile-150x150.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions webpack/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="utf-8">
<title>IDG 2.0</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="shortcut icon" href="<%= htmlWebpackPlugin.options.publicPath %>img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="180x180" href="<%= htmlWebpackPlugin.options.publicPath %>img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<%= htmlWebpackPlugin.options.publicPath %>img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<%= htmlWebpackPlugin.options.publicPath %>img/favicon-16x16.png">
<link rel="manifest" href="<%= htmlWebpackPlugin.options.publicPath %>img/manifest.json">
<link rel="mask-icon" href="<%= htmlWebpackPlugin.options.publicPath %>img/safari-pinned-tab.svg" color="#00a300">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-config" content="<%= htmlWebpackPlugin.options.publicPath %>img/browserconfig.xml">
<meta name="theme-color" content="#00a300">
</head>
<body>
<p class="hiddenStructure">
Expand Down
2 changes: 1 addition & 1 deletion webpack/app/padrao/img/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"theme_color": "#00a300",
"background_color": "#ffffff",
"display": "standalone"
}
1 change: 0 additions & 1 deletion webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ let createTheme = (theme) => {
{ from: 'app/img/apple-touch-icon.png', to: 'img/apple-touch-icon.png' },
{ from: 'app/img/favicon-16x16.png', to: 'img/favicon-16x16.png' },
{ from: 'app/img/favicon-32x32.png', to: 'img/favicon-32x32.png' },
{ from: 'app/img/favicon.ico', to: 'img/favicon.ico' },
{ from: 'app/img/mstile-150x150.png', to: 'img/mstile-150x150.png' },
{ from: 'app/img/safari-pinned-tab.svg', to: 'img/safari-pinned-tab.svg' },
{ from: `app/${theme}/img/browserconfig.xml`, to: 'img/browserconfig.xml' },
Expand Down

0 comments on commit d1eeb06

Please sign in to comment.