@axos-web-dev/shared-components 1.0.17 → 1.0.18
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.
|
@@ -1307,7 +1307,13 @@ function SubNavBar() {
|
|
|
1307
1307
|
children: "Learn More"
|
|
1308
1308
|
}
|
|
1309
1309
|
) }),
|
|
1310
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1310
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1311
|
+
Link,
|
|
1312
|
+
{
|
|
1313
|
+
href: findMoreAxosDomains(`{PERSONALLOANS}`),
|
|
1314
|
+
children: "Apply Now"
|
|
1315
|
+
}
|
|
1316
|
+
) }),
|
|
1311
1317
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1312
1318
|
Link,
|
|
1313
1319
|
{
|