Skip to content

Commit a85b905

Browse files
fix intercome desktop button shown
1 parent 01f13e4 commit a85b905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export class AppComponent {
304304
user_hash: res.intercom_hash,
305305
user_id: res.id,
306306
email: res.email,
307-
hide_default_launcher: window.innerWidth > 600,
307+
hide_default_launcher: window.innerWidth <= 600,
308308
});
309309

310310
if (this.isDemo)

0 commit comments

Comments
 (0)