Skip to content

Commit 94b4c71

Browse files
committed
feat(logo): replace old logo with new INVOICESCANLOGO2.png and update references
1 parent bd9047b commit 94b4c71

3 files changed

Lines changed: 3 additions & 11 deletions

File tree

packages/frontend/app/layout.tsx

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,11 @@ export const metadata: Metadata = {
3030
icons: {
3131
icon: [
3232
{
33-
url: '/icon-light-32x32.png',
34-
media: '(prefers-color-scheme: light)',
35-
},
36-
{
37-
url: '/icon-dark-32x32.png',
38-
media: '(prefers-color-scheme: dark)',
39-
},
40-
{
41-
url: '/icon.svg',
42-
type: 'image/svg+xml',
33+
url: '/INVOICESCANLOGO2.png',
34+
type: 'image/png',
4335
},
4436
],
45-
apple: '/apple-icon.png',
37+
apple: '/INVOICESCANLOGO2.png',
4638
},
4739
}
4840

104 KB
Loading
-688 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)