@mychoice/mychoice-sdk-modules 2.2.12 → 2.2.13
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/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -226,7 +226,7 @@ const BlockNextPageInfo$2 = () => {
|
|
|
226
226
|
return (jsx("div", { className: "privacy-policy", children: jsxs("p", { children: [jsx("span", { children: "DISCLAIMER: " }), "As insurance premiums are based on the information you provide it is important that it be 100% accurate and up to date. If you are not sure it is best to check before completing your quote."] }) }));
|
|
227
227
|
}
|
|
228
228
|
if (appType === AppTypes.MyChoice) {
|
|
229
|
-
return (jsxs(Fragment, { children: [jsx("h5", { children: "On the next page, you will also be able to:" }), jsxs("div", { className: "next-page-points", children: [
|
|
229
|
+
return (jsxs(Fragment, { children: [jsx("h5", { children: "On the next page, you will also be able to:" }), jsxs("div", { className: "next-page-points", children: [jsxs("p", { children: ["1. We\u2019ll show you ", jsx("strong", { children: "estimated" }), " rates based on your answers."] }), jsx("p", { children: "2. You\u2019ll be matched with a dedicated broker partner." }), jsx("p", { children: "3. Your broker will call you to review your quote, potentially save you more and finalize your true rate." })] }), jsx("div", { className: "privacy-policy", children: jsxs("p", { children: ["Once you submit this form, you are agreeing to have your insurance quote sent to you via email and My Choice will provide your contact information to one of our trusted broker partners, who will contact you after your quote is complete to further assist you in securing your best rate. For more details, see our", jsx("a", { href: "https://www.mychoice.ca/privacy-policy/", children: " Privacy Policy" }), "."] }) })] }));
|
|
230
230
|
}
|
|
231
231
|
return null;
|
|
232
232
|
};
|