Skip to content

Commit 145a0bb

Browse files
committed
Fix Missing Icon in tab.
1 parent 97116f6 commit 145a0bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const metadata: Metadata = {
3737
images: ['/img/basisvr-social-card.jpg'],
3838
},
3939
icons: {
40-
icon: '/img/favicon.ico',
40+
icon: '/img/BasisLogoSmall.png',
4141
},
4242
};
4343

0 commit comments

Comments
 (0)