feat: change favicon

This commit is contained in:
Nevo David 2024-12-08 19:27:23 +07:00
parent be75123a04
commit cd3f7cf8a1
2 changed files with 1 additions and 1 deletions

BIN
apps/frontend/public/favicon.ico Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -27,7 +27,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
<head>
<link
rel="icon"
href={!!process.env.IS_GENERAL ? '/favicon.png' : '/postiz-fav.png'}
href="/favicon.ico"
sizes="any"
/>
</head>