Skip to content

Commit

Permalink
Merge pull request #59 from EyeSeeTea/feature/DQ-Add-icon-to-the-app
Browse files Browse the repository at this point in the history
chore: update logo
  • Loading branch information
Ramon-Jimenez authored Jun 2, 2024
2 parents d48a78a + 980d567 commit cec0934
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file added nhwa-icon-48.webp
Binary file not shown.
Binary file added nhwa-icon-968.webp
Binary file not shown.
Binary file removed nhwa-icon.webp
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"postinstall": "yarn localize",
"prebuild": "yarn localize && yarn test",
"manifest": "d2-manifest package.json build/manifest.webapp",
"build-folder": "rm -rf build/ && d2-manifest package.json manifest.webapp && tsc && vite build --outDir=build && yarn run manifest && cp -r i18n nhwa-icon.webp build",
"build-folder": "rm -rf build/ && d2-manifest package.json manifest.webapp && tsc && vite build --outDir=build && yarn run manifest && cp -r i18n nhwa-icon-968.webp build",
"build": "VITE_DHIS2_BASE_URL='' VITE_DHIS2_AUTH='' yarn build-folder && rm -f $npm_package_name.zip && cd build && zip --quiet -r ../$npm_package_name.zip *",
"prettify": "prettier \"./**/*.{js,jsx,json,css,ts,tsx}\" --write",
"extract-pot": "yarn d2-i18n-extract -p src/ -o i18n/",
Expand All @@ -117,7 +117,8 @@
"name": "NHWA Data Quality",
"description": "NWHA Data Quality",
"icons": {
"48": "nhwa-icon.webp"
"968": "nhwa-icon-968.webp",
"48": "nhwa-icon-48.webp"
},
"developer": {
"url": "https://www.eyeseetea.com/",
Expand Down

0 comments on commit cec0934

Please sign in to comment.