Skip to content

Commit

Permalink
Introduce dedicated maskable logo
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Nov 5, 2023
1 parent c822120 commit da7a837
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 1 deletion.
147 changes: 147 additions & 0 deletions maskable.svg
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solvenius",
"version": "4.6.0",
"version": "4.7.0",
"description": "Logic game in modern Elm",
"private": true,
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = {
}),
new FaviconsWebpackPlugin({
logo: "logo.svg",
logoMaskable: "maskable.svg",
cache: true,
favicons: {
appName: "Solvenius",
Expand Down

0 comments on commit da7a837

Please sign in to comment.