Skip to content

Commit f8e88ca

Browse files
authored
Update Intercom ID in _app.tsx
1 parent 8062421 commit f8e88ca

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)