@axos-web-dev/shared-components 2.0.0-dev.10 → 2.0.0-dev.11
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.
|
@@ -19,9 +19,6 @@ const getMenuData = (resolveUrl) => ({
|
|
|
19
19
|
"Axos ONE® Savings": resolveUrl("{AXOSBANK}/personal/bank/axos-one"),
|
|
20
20
|
"Summit Savings": resolveUrl(
|
|
21
21
|
"{AXOSBANK}/personal/bank/savings-accounts/summit-savings"
|
|
22
|
-
),
|
|
23
|
-
"First Savings": resolveUrl(
|
|
24
|
-
"{AXOSBANK}/personal/bank/savings-accounts/first-savings"
|
|
25
22
|
)
|
|
26
23
|
},
|
|
27
24
|
"Teen Accounts": {
|
|
@@ -882,15 +882,6 @@ function SubNavBar() {
|
|
|
882
882
|
),
|
|
883
883
|
children: "Summit Savings"
|
|
884
884
|
}
|
|
885
|
-
) }),
|
|
886
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
887
|
-
Link,
|
|
888
|
-
{
|
|
889
|
-
href: resolveUrl(
|
|
890
|
-
"{AXOSBANK}/personal/bank/savings-accounts/first-savings"
|
|
891
|
-
),
|
|
892
|
-
children: "First Savings"
|
|
893
|
-
}
|
|
894
885
|
) })
|
|
895
886
|
] })
|
|
896
887
|
] }),
|