Skip to content

Commit 4bd7138

Browse files
authored
Merge pull request #62 from Toys0125/Fix-Icon
Fix Missing Icon in tab.
2 parents c17533b + 145a0bb commit 4bd7138

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)