Skip to content

Commit dd410bb

Browse files
committed
Update HelpScount defaults to match the provider
1 parent 9fb52c2 commit dd410bb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/HelpScout/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ interface Props extends ProviderProps {
166166
}
167167

168168
const HelpScout = ({
169-
color = '#976ad4',
170-
icon = 'beacon',
169+
color = '#527ceb',
170+
icon = 'message',
171171
zIndex = '1050',
172-
horizontalPosition = 'left',
172+
horizontalPosition = 'right',
173173
containerClass = ClassNames.container
174174
}: Props): JSX.Element | null => {
175175
const [state, loadChat] = useChat({ loadWhenIdle: true })

website/pages/helpscout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Page: NextPage = () => (
2525
<ExampleLinks />
2626
</div>
2727
</div>
28-
<HelpScout color="#527ceb" />
28+
<HelpScout />
2929
</Layout>
3030
</LiveChatLoaderProvider>
3131
)

0 commit comments

Comments
 (0)