Skip to content

Commit ae8812c

Browse files
update intercom.hbs with production key (#22)
1 parent 11cd9a1 commit ae8812c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/partials/intercom.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script>
22
window.intercomSettings = {
3-
app_id: "j838b4xj",
3+
app_id: "bpbxnnmr",
44
api_base: "https://api-iam.intercom.io"
55
};
66
</script>
@@ -27,7 +27,7 @@ window.intercomSettings = {
2727
var s=d.createElement('script');
2828
s.type='text/javascript';
2929
s.async=true;
30-
s.src='https://widget.intercom.io/widget/j838b4xj';
30+
s.src='https://widget.intercom.io/widget/bpbxnnmr';
3131
var x=d.getElementsByTagName('script')[0];
3232
x.parentNode.insertBefore(s,x);
3333
};

0 commit comments

Comments
 (0)