@thecb/components 6.2.7 → 6.2.8
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/index.esm.js
CHANGED
|
@@ -19193,8 +19193,8 @@ var cardRegistry = {
|
|
|
19193
19193
|
accounts: function accounts(props) {
|
|
19194
19194
|
return /*#__PURE__*/React.createElement(Card$1, _extends({
|
|
19195
19195
|
icon: "accounts",
|
|
19196
|
-
heading: "
|
|
19197
|
-
buttonText: "
|
|
19196
|
+
heading: "Find Your Account",
|
|
19197
|
+
buttonText: "Find Account",
|
|
19198
19198
|
text: "Find and attach your accounts to make your payments simple.",
|
|
19199
19199
|
cardAction: "/profile/accounts"
|
|
19200
19200
|
}, props));
|
|
@@ -19202,8 +19202,8 @@ var cardRegistry = {
|
|
|
19202
19202
|
properties: function properties(props) {
|
|
19203
19203
|
return /*#__PURE__*/React.createElement(Card$1, _extends({
|
|
19204
19204
|
icon: "properties",
|
|
19205
|
-
heading: "
|
|
19206
|
-
buttonText: "
|
|
19205
|
+
heading: "Find Your Property",
|
|
19206
|
+
buttonText: "Find Property",
|
|
19207
19207
|
text: "Find and attach your properties to make your tax payments simple.",
|
|
19208
19208
|
cardAction: "/profile/properties"
|
|
19209
19209
|
}, props));
|
|
@@ -19211,8 +19211,8 @@ var cardRegistry = {
|
|
|
19211
19211
|
payment: function payment(props) {
|
|
19212
19212
|
return /*#__PURE__*/React.createElement(Card$1, _extends({
|
|
19213
19213
|
icon: "payment",
|
|
19214
|
-
heading: "
|
|
19215
|
-
buttonText: "
|
|
19214
|
+
heading: "Manage Your Wallet",
|
|
19215
|
+
buttonText: "Go to Wallet",
|
|
19216
19216
|
text: "Add your personal information and payment methods to make fast payments.",
|
|
19217
19217
|
cardAction: "/profile/settings"
|
|
19218
19218
|
}, props));
|