Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added helpscout #2204

Merged
merged 4 commits into from Mar 18, 2022
Merged

added helpscout #2204

merged 4 commits into from Mar 18, 2022

Conversation

PeerRich
Copy link
Member

image

@vercel
Copy link

vercel bot commented Mar 18, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

docs – ./apps/docs

🔍 Inspect: https://vercel.com/cal/docs/ARdbRKYNRiKDCMGTBMowpVsxqB6Y
✅ Preview: Canceled

[Deployment for 02fac45 canceled]

calendso – ./apps/web

🔍 Inspect: https://vercel.com/cal/calendso/GwRDhsRNXSvjiL2vhSdr8Tjcsy9j
✅ Preview: https://calendso-git-feat-helpscout-cal.vercel.app

[Deployment in progress for 02fac45]

@vercel vercel bot temporarily deployed to Preview – docs March 18, 2022 14:18 Inactive
@vercel vercel bot temporarily deployed to Preview – docs March 18, 2022 14:21 Inactive
@vercel vercel bot temporarily deployed to Preview – calendso March 18, 2022 14:23 Inactive
Comment on lines +1 to +10
import { FC } from "react";
import { LiveChatLoaderProvider } from "react-live-chat-loader";

const Provider: FC = ({ children }) => (
<LiveChatLoaderProvider providerKey={process.env.NEXT_PUBLIC_HELPSCOUT_KEY!} provider="helpScout">
<>{children}</>
</LiveChatLoaderProvider>
);

export default Provider;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT @zomars we may wanna merge this file with the other provider and make it more generic

@vercel vercel bot temporarily deployed to Preview – docs March 18, 2022 14:31 Inactive
@vercel vercel bot temporarily deployed to Preview – calendso March 18, 2022 14:31 Inactive
@PeerRich PeerRich merged commit 94f6c80 into main Mar 18, 2022
@PeerRich PeerRich deleted the feat/helpscout branch March 18, 2022 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants