Skip to content

Commit cd3f7cf

Browse files
committed
feat: change favicon
1 parent be75123 commit cd3f7cf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/frontend/public/favicon.ico

100644100755
320 Bytes
Binary file not shown.

apps/frontend/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
2727
<head>
2828
<link
2929
rel="icon"
30-
href={!!process.env.IS_GENERAL ? '/favicon.png' : '/postiz-fav.png'}
30+
href="/favicon.ico"
3131
sizes="any"
3232
/>
3333
</head>

0 commit comments

Comments
 (0)