Skip to content

Commit bef0a62

Browse files
authored
Merge pull request #1116 from ensdomains/patch/intercom-fallback-appid
Update Intercom ID in _app.tsx
2 parents 12a3f16 + c7cc85b commit bef0a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import i18n from '../i18n'
3636

3737
import '../styles.css'
3838

39-
const INTERCOM_ID = process.env.NEXT_PUBLIC_INTERCOM_ID || 'eotmigir'
39+
const INTERCOM_ID = process.env.NEXT_PUBLIC_INTERCOM_ID || 're9q5yti'
4040

4141
const anim = keyframes`
4242
0% {

0 commit comments

Comments
 (0)