New apple touch icon

This commit is contained in:
Gabriel Brown 2024-07-23 15:28:11 -05:00
parent c089594c7f
commit c3e0afefa5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

View File

@ -22,7 +22,7 @@ export const metadata: Metadata = {
}, },
{ {
rel: 'apple-touch-icon', rel: 'apple-touch-icon',
url: '/favicon.ico', url: '/imges/tech_tracker_appicon.png',
}, },
], ],
}; };