Skip to content

Commit

Permalink
✨ Updating manifest logo and adding portugal flag image.
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiidea committed Jul 2, 2019
1 parent ea5ee96 commit a243202
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 4 deletions.
29 changes: 26 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,33 @@
"display": "standalone",
"background_color": "#fff",
"description": "A front-end solution for enterprise applications built upon Ant Design and UmiJS",
"icons": [
"icons": [{
"src": "logo/[email protected]",
"sizes": "72x72"
},
{
"src": "logo.svg",
"sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512"
"src": "logo/[email protected]",
"sizes": "128x128"
},
{
"src": "logo/[email protected]",
"sizes": "144x144"
},
{
"src": "logo/[email protected]",
"sizes": "152x152"
},
{
"src": "logo/[email protected]",
"sizes": "192x192"
},
{
"src": "logo/[email protected]",
"sizes": "384x384"
},
{
"src": "logo/[email protected]",
"sizes": "512x512"
}
]
}
Binary file added public/logo/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions public/portugal.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 src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
{
key: 'pt-br',
title: 'Português',
flag: '/brazil.svg',
flag: '/portugal.svg',
},
{
key: 'en',
Expand Down

0 comments on commit a243202

Please sign in to comment.