@axos-web-dev/shared-components 0.0.184 → 0.0.185
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.
|
@@ -142,7 +142,7 @@ const CategorySelector = (props) => {
|
|
|
142
142
|
},
|
|
143
143
|
item.id
|
|
144
144
|
)) : children }),
|
|
145
|
-
/* @__PURE__ */ jsx("div", { className: clsx(selector_link_mobile), children: /* @__PURE__ */ jsx(
|
|
145
|
+
!hideLink && /* @__PURE__ */ jsx("div", { className: clsx(selector_link_mobile), children: /* @__PURE__ */ jsx(
|
|
146
146
|
Chevron,
|
|
147
147
|
{
|
|
148
148
|
targetUrl: url,
|
|
@@ -432,7 +432,9 @@ function NavBar() {
|
|
|
432
432
|
children: /* @__PURE__ */ jsx(
|
|
433
433
|
"a",
|
|
434
434
|
{
|
|
435
|
-
href:
|
|
435
|
+
href: findMoreAxosDomains(
|
|
436
|
+
"{ONLINEBANKING}/auth/Login"
|
|
437
|
+
),
|
|
436
438
|
role: "menuitem",
|
|
437
439
|
children: "Account Login"
|
|
438
440
|
}
|
|
@@ -489,7 +491,7 @@ function NavBar() {
|
|
|
489
491
|
"a",
|
|
490
492
|
{
|
|
491
493
|
href: findMoreAxosDomains(
|
|
492
|
-
"{AXOSBANK}/mwa-business-banking"
|
|
494
|
+
"{AXOSBANK}/business/mwa-business-banking"
|
|
493
495
|
),
|
|
494
496
|
role: "menuitem",
|
|
495
497
|
children: "MWA Business Banking"
|
|
@@ -967,17 +969,33 @@ function NavBar() {
|
|
|
967
969
|
isOpenSignInToggle && expand
|
|
968
970
|
),
|
|
969
971
|
children: [
|
|
970
|
-
/* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Personal" }),
|
|
971
972
|
/* @__PURE__ */ jsx(
|
|
972
973
|
"a",
|
|
973
974
|
{
|
|
974
|
-
href: "
|
|
975
|
+
href: findMoreAxosDomains("{AXOSBANK}/personal/bank"),
|
|
976
|
+
className: styles.main,
|
|
977
|
+
role: "heading",
|
|
978
|
+
children: "Personal"
|
|
979
|
+
}
|
|
980
|
+
),
|
|
981
|
+
/* @__PURE__ */ jsx(
|
|
982
|
+
"a",
|
|
983
|
+
{
|
|
984
|
+
href: findMoreAxosDomains("{ONLINEBANKING}/auth/Login"),
|
|
975
985
|
role: "menuitem",
|
|
976
986
|
children: "Account Login"
|
|
977
987
|
}
|
|
978
988
|
),
|
|
979
989
|
/* @__PURE__ */ jsx("a", { href: "https://loanpayment.axosbank.com", role: "menuitem", children: "Make a Payment" }),
|
|
980
|
-
/* @__PURE__ */ jsx(
|
|
990
|
+
/* @__PURE__ */ jsx(
|
|
991
|
+
"a",
|
|
992
|
+
{
|
|
993
|
+
href: findMoreAxosDomains("{AXOSBANK}/business"),
|
|
994
|
+
className: styles.main,
|
|
995
|
+
role: "heading",
|
|
996
|
+
children: "Business"
|
|
997
|
+
}
|
|
998
|
+
),
|
|
981
999
|
/* @__PURE__ */ jsx(
|
|
982
1000
|
"a",
|
|
983
1001
|
{
|
|
@@ -999,12 +1017,22 @@ function NavBar() {
|
|
|
999
1017
|
/* @__PURE__ */ jsx(
|
|
1000
1018
|
"a",
|
|
1001
1019
|
{
|
|
1002
|
-
href: findMoreAxosDomains(
|
|
1020
|
+
href: findMoreAxosDomains(
|
|
1021
|
+
"{AXOSBANK}/commercial/lending/commercial-portal"
|
|
1022
|
+
),
|
|
1003
1023
|
role: "menuitem",
|
|
1004
1024
|
children: "Commercial Portal"
|
|
1005
1025
|
}
|
|
1006
1026
|
),
|
|
1007
|
-
/* @__PURE__ */ jsx(
|
|
1027
|
+
/* @__PURE__ */ jsx(
|
|
1028
|
+
"a",
|
|
1029
|
+
{
|
|
1030
|
+
href: findMoreAxosDomains("{AXOSBANK}/partners"),
|
|
1031
|
+
className: styles.main,
|
|
1032
|
+
role: "heading",
|
|
1033
|
+
children: "Partners"
|
|
1034
|
+
}
|
|
1035
|
+
),
|
|
1008
1036
|
/* @__PURE__ */ jsx(
|
|
1009
1037
|
"a",
|
|
1010
1038
|
{
|