Skip to content

Commit

Permalink
fix(dashboard): dual intercom launch
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 8, 2024
1 parent 7474151 commit 7dc12c2
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,7 @@ export const CustomerSupportButton = () => {
}
};
return (
<button
id="intercom-launcher"
tabIndex={-1}
className="flex items-center justify-center"
onClick={showPlainLiveChat}
>
<button tabIndex={-1} className="flex items-center justify-center" onClick={showPlainLiveChat}>
<HeaderButton label="Help">
<RiQuestionFill className="text-foreground-600 size-4" />{' '}
</HeaderButton>
Expand Down

0 comments on commit 7dc12c2

Please sign in to comment.