Skip to content

Commit 4d581da

Browse files
committed
Update favicon URL in constants.ts to use GitHub logo for consistency
1 parent 171728c commit 4d581da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/hosting/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ if (IS_LOCAL && !process.env.ENVIRONMENT && !process.env.NEXT_PUBLIC_FIREBASE_EN
2424
export const SENTRY_DSN =
2525
'https://4e5d3b0aa566e8aaae97298398a1ad37@o4510975610060800.ingest.de.sentry.io/4510975611699280'
2626

27-
export const PNG_FAVICON = 'https://www.compassmeet.com/icons/icon-192x192.png'
27+
export const PNG_FAVICON = 'https://www.compassmeet.com/images/github-logo.png'
2828

2929
// console.log('IS_LOCAL_ANDROID', IS_LOCAL_ANDROID)

0 commit comments

Comments
 (0)