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)