@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/package.json
CHANGED
|
@@ -5,8 +5,8 @@ export const cardRegistry = {
|
|
|
5
5
|
accounts: props => (
|
|
6
6
|
<Card
|
|
7
7
|
icon="accounts"
|
|
8
|
-
heading="
|
|
9
|
-
buttonText="
|
|
8
|
+
heading="Find Your Account"
|
|
9
|
+
buttonText="Find Account"
|
|
10
10
|
text="Find and attach your accounts to make your payments simple."
|
|
11
11
|
cardAction="/profile/accounts"
|
|
12
12
|
{...props}
|
|
@@ -15,8 +15,8 @@ export const cardRegistry = {
|
|
|
15
15
|
properties: props => (
|
|
16
16
|
<Card
|
|
17
17
|
icon="properties"
|
|
18
|
-
heading="
|
|
19
|
-
buttonText="
|
|
18
|
+
heading="Find Your Property"
|
|
19
|
+
buttonText="Find Property"
|
|
20
20
|
text="Find and attach your properties to make your tax payments simple."
|
|
21
21
|
cardAction="/profile/properties"
|
|
22
22
|
{...props}
|
|
@@ -25,8 +25,8 @@ export const cardRegistry = {
|
|
|
25
25
|
payment: props => (
|
|
26
26
|
<Card
|
|
27
27
|
icon="payment"
|
|
28
|
-
heading="
|
|
29
|
-
buttonText="
|
|
28
|
+
heading="Manage Your Wallet"
|
|
29
|
+
buttonText="Go to Wallet"
|
|
30
30
|
text="Add your personal information and payment methods to make fast payments."
|
|
31
31
|
cardAction="/profile/settings"
|
|
32
32
|
{...props}
|