From 4d581dad8e6e53e30bb77c53afcb314016a6d9a9 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 10 Apr 2026 17:48:08 +0200 Subject: [PATCH] Update favicon URL in `constants.ts` to use GitHub logo for consistency --- common/src/hosting/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/hosting/constants.ts b/common/src/hosting/constants.ts index 004f48e3..34e5297f 100644 --- a/common/src/hosting/constants.ts +++ b/common/src/hosting/constants.ts @@ -24,6 +24,6 @@ if (IS_LOCAL && !process.env.ENVIRONMENT && !process.env.NEXT_PUBLIC_FIREBASE_EN export const SENTRY_DSN = 'https://4e5d3b0aa566e8aaae97298398a1ad37@o4510975610060800.ingest.de.sentry.io/4510975611699280' -export const PNG_FAVICON = 'https://www.compassmeet.com/icons/icon-192x192.png' +export const PNG_FAVICON = 'https://www.compassmeet.com/images/github-logo.png' // console.log('IS_LOCAL_ANDROID', IS_LOCAL_ANDROID)