@woosmap/ui 4.85.0 → 4.86.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@ class OfflineChatBot extends React.Component {
|
|
|
18
18
|
|
|
19
19
|
render() {
|
|
20
20
|
const { open } = this.state;
|
|
21
|
-
const title = tr('
|
|
21
|
+
const title = tr('Chat with us');
|
|
22
22
|
return (
|
|
23
23
|
// eslint-disable-next-line jsx-a11y/click-events-have-key-events,jsx-a11y/no-static-element-interactions
|
|
24
24
|
<div className={`sf-chat ${open && 'sf-chat--open'}`}>
|
|
@@ -47,22 +47,11 @@ class OfflineChatBot extends React.Component {
|
|
|
47
47
|
/>
|
|
48
48
|
</div>
|
|
49
49
|
<div className="sf-chat__body">
|
|
50
|
-
<
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</p>
|
|
56
|
-
<p>
|
|
57
|
-
<a
|
|
58
|
-
target="_blank"
|
|
59
|
-
className="sf-chat__link"
|
|
60
|
-
href="https://developers.woosmap.com/support/contact/"
|
|
61
|
-
rel="noreferrer"
|
|
62
|
-
>
|
|
63
|
-
{tr('Open contact form')}
|
|
64
|
-
</a>
|
|
65
|
-
</p>
|
|
50
|
+
<iframe
|
|
51
|
+
title="pardot-chat"
|
|
52
|
+
id="pardot"
|
|
53
|
+
src="https://mkg.woosmap.com/l/1018782/2023-06-25/dwt8"
|
|
54
|
+
/>
|
|
66
55
|
</div>
|
|
67
56
|
</div>
|
|
68
57
|
)}
|