Skip to content

Commit

Permalink
test new screenshot icon
Browse files Browse the repository at this point in the history
  • Loading branch information
korbinian90 committed Nov 14, 2024
1 parent bc5c0e2 commit 02b93d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added niivue/public/niivue_icon_transparent2.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 niivue/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
theme_color: '#ffffff',
icons: [
{
src: 'niivue_icon_transparent.png',
src: 'niivue_icon_transparent2.png',
sizes: '200x200',
type: 'image/png',
},
Expand Down
Binary file added niivue_icon_transparent2.png
Loading
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
".gii"
],
"icon": {
"light": "./niivue_icon_transparent.png",
"dark": "./niivue_icon_transparent.png"
"light": "./niivue_icon_transparent2.png",
"dark": "./niivue_icon_transparent2.png"
}
}
]
Expand Down

0 comments on commit 02b93d3

Please sign in to comment.