Update favicon URL in constants.ts to use GitHub logo for consistency

This commit is contained in:
MartinBraquet
2026-04-10 17:48:08 +02:00
parent 171728c67b
commit 4d581dad8e

View File

@@ -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)