Skip to content

Commit

Permalink
feat: update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-wang0 committed Jan 1, 2024
1 parent ee98a12 commit 42cb201
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file modified app/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ export default function manifest(): MetadataRoute.Manifest {
purpose: "any",
},
{
src: "icons/icon-512x512.png",
src: "icons/icon-1024x1024.png",
sizes: "512x512",
type: "image/png",
purpose: "maskable",
purpose: "any",
},
],
};
Expand Down
Binary file modified public/icons/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 42cb201

Please sign in to comment.