You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project and everyone participating in it are governed by this [Code of Conduct](CODE_OF_CONDUCT.md). By participating, we expect you to act accordingly to this code. Please report unacceptable behaviour to [email protected].
@@ -166,7 +166,7 @@ Export the component from `src/index.js`
166
166
167
167
### 3. Update README
168
168
169
-
Add your new provider to this README under [Supported Providers](#supported-providers).
169
+
Add your new provider to this README under [Supported Providers](README.md#-supported-providers).
You can customise the color of the Intercom widget by passing a `color` prop to
196
195
the `Intercom` component.
197
196
198
-
User or Company context data can be set using `window.intercomSettings`. See the [offical Intercom documentation](https://developers.intercom.com/installing-intercom/docs/javascript-api-attributes-objects#section-data-attributes) for more details.
197
+
User or Company context data can be set using `window.intercomSettings`. See the [official Intercom documentation](https://developers.intercom.com/installing-intercom/docs/javascript-api-attributes-objects#section-data-attributes) for more details.
199
198
200
199
</details>
201
200
@@ -244,9 +243,7 @@ You can customise the Messenger widget by passing the following props to the
244
243
245
244
For a list of options, refer to [Facebook Customer Chat Plugin documentation](https://developers.facebook.com/docs/messenger-platform/discovery/customer-chat-plugin#customization).
246
245
247
-
:warning:**Please note**: Facebook Messenger will not load on localhost and you will need
248
-
to configure your domain through the setup wizard in Facebook for it to load
249
-
correctly.
246
+
> ⚠️ **Please note**: Facebook Messenger will not load on localhost and you will need to configure your domain through the setup wizard in Facebook for it to load correctly.
250
247
251
248
</details>
252
249
@@ -343,7 +340,7 @@ You can customise the Chatwoot Widget by passing the following props to the
343
340
</details>
344
341
345
342
## ➕ Adding a Provider
346
-
To add a new live chat provider, follow the steps in [Contributing: Adding a Provider](CONTRIBUTING.md#adding-a-provider).
343
+
To add a new live chat provider, follow the steps in [Contributing: Adding a Provider](CONTRIBUTING.md#-adding-a-provider).
347
344
348
345
## 🙌 Contributing
349
346
Happy to hear you’re interested in contributing to React Live Chat Loader! Please find our contribution guidelines [here](CONTRIBUTING.md).
0 commit comments