We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e5db3 commit cf126f7Copy full SHA for cf126f7
app/hooks/useIntercom.tsx
@@ -12,6 +12,11 @@ export const updateIntercomUserData = ({ address }: { address?: string }) => {
12
boot({
13
app_id: INTERCOM_APP_ID,
14
name: address,
15
+ hide_default_launcher: false, // Keep the bubble/icon visible at all times
16
+ // Positioning options
17
+ alignment: "right",
18
+ horizontal_padding: 20,
19
+ vertical_padding: 20,
20
});
21
};
22
0 commit comments