@axos-web-dev/shared-components 1.0.59-patch.3 → 1.0.59-patch.4
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.
|
@@ -354,9 +354,6 @@ const menuData = {
|
|
|
354
354
|
),
|
|
355
355
|
"Non-Profit Money Market": findMoreAxosDomains(
|
|
356
356
|
"{AXOSBANK}/business/savings/business-money-market-accounts/non-profit-money-market"
|
|
357
|
-
),
|
|
358
|
-
"Business CD": findMoreAxosDomains(
|
|
359
|
-
"{AXOSBANK}/business/savings/business-cds"
|
|
360
357
|
)
|
|
361
358
|
},
|
|
362
359
|
Services: {
|
|
@@ -2202,15 +2202,6 @@ function SubNavBar() {
|
|
|
2202
2202
|
),
|
|
2203
2203
|
children: "Non-Profit Money Market"
|
|
2204
2204
|
}
|
|
2205
|
-
) }),
|
|
2206
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2207
|
-
Link,
|
|
2208
|
-
{
|
|
2209
|
-
href: findMoreAxosDomains(
|
|
2210
|
-
"{AXOSBANK}/business/savings/business-cds"
|
|
2211
|
-
),
|
|
2212
|
-
children: "Business CDs"
|
|
2213
|
-
}
|
|
2214
2205
|
) })
|
|
2215
2206
|
] })
|
|
2216
2207
|
] }),
|
package/package.json
CHANGED