From 237b963d00928b5bb04575df0f8ca64383c23183 Mon Sep 17 00:00:00 2001 From: Micah Chiang Date: Mon, 11 Mar 2024 21:14:55 -0700 Subject: [PATCH 1/2] process list Signed-off-by: Micah Chiang --- src/applications/_mock-form/containers/IntroductionPage.jsx | 2 +- src/applications/burial-poc-v6/pages/BurialIntroduction.jsx | 2 +- src/applications/burials-v2/components/IntroductionPage.jsx | 2 +- src/applications/fry-dea/containers/IntroductionPage.jsx | 2 +- .../ivc-champva/10-7959f-1/containers/IntroductionPage.jsx | 2 +- .../components/IntroductionProcessListV2.jsx | 2 +- src/applications/travel-pay/containers/IntroductionPage.jsx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/applications/_mock-form/containers/IntroductionPage.jsx b/src/applications/_mock-form/containers/IntroductionPage.jsx index 62551abbf0d4..8888d0deb7a0 100644 --- a/src/applications/_mock-form/containers/IntroductionPage.jsx +++ b/src/applications/_mock-form/containers/IntroductionPage.jsx @@ -49,7 +49,7 @@ class IntroductionPage extends React.Component {

Follow the steps below to apply for Mock form.

- +
  • Prepare

    To fill out this application, you’ll need your:

    diff --git a/src/applications/burial-poc-v6/pages/BurialIntroduction.jsx b/src/applications/burial-poc-v6/pages/BurialIntroduction.jsx index 5b78ee0b9e54..ebfe78979f84 100644 --- a/src/applications/burial-poc-v6/pages/BurialIntroduction.jsx +++ b/src/applications/burial-poc-v6/pages/BurialIntroduction.jsx @@ -14,7 +14,7 @@ export default function BurialIntroduction(props) {

    Follow the steps below to apply for burial benefits.

    - +
  • Prepare

    diff --git a/src/applications/burials-v2/components/IntroductionPage.jsx b/src/applications/burials-v2/components/IntroductionPage.jsx index 97043492527c..236bb2ccc859 100644 --- a/src/applications/burials-v2/components/IntroductionPage.jsx +++ b/src/applications/burials-v2/components/IntroductionPage.jsx @@ -26,7 +26,7 @@ class IntroductionPage extends React.Component {

    Follow the steps below to apply for burial benefits.

    - +
  • Prepare

    - +
  • Check your eligibility

    diff --git a/src/applications/ivc-champva/10-7959f-1/containers/IntroductionPage.jsx b/src/applications/ivc-champva/10-7959f-1/containers/IntroductionPage.jsx index 16cf77710903..8c1b8876052f 100644 --- a/src/applications/ivc-champva/10-7959f-1/containers/IntroductionPage.jsx +++ b/src/applications/ivc-champva/10-7959f-1/containers/IntroductionPage.jsx @@ -32,7 +32,7 @@ class IntroductionPage extends React.Component {

    Follow the steps below to apply for CHAMPVA benefits.

    - +
  • Prepare

    To fill out this application, you’ll need your:

    diff --git a/src/applications/my-education-benefits/components/IntroductionProcessListV2.jsx b/src/applications/my-education-benefits/components/IntroductionProcessListV2.jsx index b68905ed22f2..11185972f6b6 100644 --- a/src/applications/my-education-benefits/components/IntroductionProcessListV2.jsx +++ b/src/applications/my-education-benefits/components/IntroductionProcessListV2.jsx @@ -3,7 +3,7 @@ import { connect } from 'react-redux'; function IntroductionProcessListV2() { return ( - +
  • Check your eligibility

    Make sure you meet our eligibility requirements before you apply.

    diff --git a/src/applications/travel-pay/containers/IntroductionPage.jsx b/src/applications/travel-pay/containers/IntroductionPage.jsx index f540fe6fb55f..500a3b376ef1 100644 --- a/src/applications/travel-pay/containers/IntroductionPage.jsx +++ b/src/applications/travel-pay/containers/IntroductionPage.jsx @@ -33,7 +33,7 @@ class IntroductionPage extends React.Component {

    Follow the steps below to apply for beneficiary travel claim.

    - +
  • Prepare

    To fill out this application, you’ll need your:

    From be26d2078afc5282bd3a6f015bfb19ec0add596d Mon Sep 17 00:00:00 2001 From: Micah Chiang Date: Mon, 11 Mar 2024 21:24:30 -0700 Subject: [PATCH 2/2] breadcrumbs Signed-off-by: Micah Chiang --- src/applications/ask-va/components/BreadCrumbs.jsx | 2 +- src/applications/debt-letters/components/DebtDetails.jsx | 2 +- .../debt-letters/components/DebtLettersDownload.jsx | 2 +- .../debt-letters/components/DebtLettersSummary.jsx | 2 +- .../disability-benefits/2346/containers/App.jsx | 2 +- src/applications/education-letters/components/Layout.jsx | 2 +- .../components/EnrollmentVerificationBreadcrumbs.jsx | 2 +- src/applications/fry-dea/containers/FryDeaApp.jsx | 2 +- src/applications/gi/components/GiBillBreadcrumbs.jsx | 2 +- .../health-care-supply-reordering/containers/App.jsx | 2 +- src/applications/medical-copays/components/AlertView.jsx | 2 +- src/applications/medical-copays/containers/DetailPage.jsx | 5 ++++- .../medical-copays/containers/HTMLStatementPage.jsx | 5 ++++- src/applications/medical-copays/containers/OverviewPage.jsx | 2 +- .../secure-messaging/components/shared/SmBreadcrumbs.jsx | 6 +++++- src/applications/my-education-benefits/containers/App.jsx | 2 +- .../representatives/components/common/Breadcrumbs.jsx | 2 +- .../components/CustomHeader.jsx | 2 +- .../static-pages/manage-va-debt/MangeVADebtCTA.jsx | 2 +- src/applications/toe/containers/ToeApp.jsx | 2 +- .../components/EnrollmentVerificationBreadcrumbs.jsx | 2 +- .../virtual-agent/components/page/Disclaimer.jsx | 2 +- 22 files changed, 32 insertions(+), 22 deletions(-) diff --git a/src/applications/ask-va/components/BreadCrumbs.jsx b/src/applications/ask-va/components/BreadCrumbs.jsx index 4a9b7c6910f1..db0f8920f101 100644 --- a/src/applications/ask-va/components/BreadCrumbs.jsx +++ b/src/applications/ask-va/components/BreadCrumbs.jsx @@ -17,7 +17,7 @@ const BreadCrumbs = ({ currentLocation }) => { const breadcrumbLinks = breadcrumbsDictionary[adjustedLocation]; return ( - + {breadcrumbLinks.map(link => (
    {link.title} diff --git a/src/applications/debt-letters/components/DebtDetails.jsx b/src/applications/debt-letters/components/DebtDetails.jsx index c89018a54f71..9242d8044ff0 100644 --- a/src/applications/debt-letters/components/DebtDetails.jsx +++ b/src/applications/debt-letters/components/DebtDetails.jsx @@ -57,7 +57,7 @@ const DebtDetails = ({ selectedDebt, debts }) => { return (
    - + Home Manage your VA debt Your VA debt diff --git a/src/applications/debt-letters/components/DebtLettersDownload.jsx b/src/applications/debt-letters/components/DebtLettersDownload.jsx index 3b3281780117..147e196fa290 100644 --- a/src/applications/debt-letters/components/DebtLettersDownload.jsx +++ b/src/applications/debt-letters/components/DebtLettersDownload.jsx @@ -24,7 +24,7 @@ const DebtLettersDownload = ({ return (
    - + Home Manage your VA debt Your debt diff --git a/src/applications/debt-letters/components/DebtLettersSummary.jsx b/src/applications/debt-letters/components/DebtLettersSummary.jsx index 49d5659c9749..97bca7769815 100644 --- a/src/applications/debt-letters/components/DebtLettersSummary.jsx +++ b/src/applications/debt-letters/components/DebtLettersSummary.jsx @@ -112,7 +112,7 @@ const DebtLettersSummary = ({ isError, isVBMSError, debts, debtLinks }) => { return ( <> - + Home Manage your VA debt Your VA debt diff --git a/src/applications/disability-benefits/2346/containers/App.jsx b/src/applications/disability-benefits/2346/containers/App.jsx index b6442749e828..80427165b7bf 100644 --- a/src/applications/disability-benefits/2346/containers/App.jsx +++ b/src/applications/disability-benefits/2346/containers/App.jsx @@ -65,7 +65,7 @@ class App extends Component { <> {!featureToggles.loading && (
    - + Home {/* this will get updated when this route is added */} Health care diff --git a/src/applications/education-letters/components/Layout.jsx b/src/applications/education-letters/components/Layout.jsx index 292dbc3b0d1f..b216c6597c95 100644 --- a/src/applications/education-letters/components/Layout.jsx +++ b/src/applications/education-letters/components/Layout.jsx @@ -10,7 +10,7 @@ const Layout = ({ children, clsName = '', breadCrumbs = {} }) => { return ( <> - + Home Education and training {renderBreadCrumbs()} diff --git a/src/applications/enrollment-verification/components/EnrollmentVerificationBreadcrumbs.jsx b/src/applications/enrollment-verification/components/EnrollmentVerificationBreadcrumbs.jsx index d060dc38d4a6..cf3a23606702 100644 --- a/src/applications/enrollment-verification/components/EnrollmentVerificationBreadcrumbs.jsx +++ b/src/applications/enrollment-verification/components/EnrollmentVerificationBreadcrumbs.jsx @@ -52,5 +52,5 @@ export default function EnrollmentVerificationBreadcrumbs() { ); } - return {breadcrumbs}; + return {breadcrumbs}; } diff --git a/src/applications/fry-dea/containers/FryDeaApp.jsx b/src/applications/fry-dea/containers/FryDeaApp.jsx index 25cae75a403d..6a3a31c9329b 100644 --- a/src/applications/fry-dea/containers/FryDeaApp.jsx +++ b/src/applications/fry-dea/containers/FryDeaApp.jsx @@ -60,7 +60,7 @@ function FryDeaApp({ return ( <> - + Home Education and training diff --git a/src/applications/gi/components/GiBillBreadcrumbs.jsx b/src/applications/gi/components/GiBillBreadcrumbs.jsx index d59f37341608..6b2750733f14 100644 --- a/src/applications/gi/components/GiBillBreadcrumbs.jsx +++ b/src/applications/gi/components/GiBillBreadcrumbs.jsx @@ -47,7 +47,7 @@ const GiBillBreadcrumbs = () => { ); } - return {crumbs}; + return {crumbs}; }; export default GiBillBreadcrumbs; diff --git a/src/applications/health-care-supply-reordering/containers/App.jsx b/src/applications/health-care-supply-reordering/containers/App.jsx index 3594c38e7780..7fee7629f716 100644 --- a/src/applications/health-care-supply-reordering/containers/App.jsx +++ b/src/applications/health-care-supply-reordering/containers/App.jsx @@ -63,7 +63,7 @@ class App extends Component { return ( <> {!featureToggles.loading && ( - + Home {/* this will get updated when this route is added */} Health care diff --git a/src/applications/medical-copays/components/AlertView.jsx b/src/applications/medical-copays/components/AlertView.jsx index ceecfe6eef26..ac85fc70b21f 100644 --- a/src/applications/medical-copays/components/AlertView.jsx +++ b/src/applications/medical-copays/components/AlertView.jsx @@ -37,7 +37,7 @@ const AlertView = ({ pathname, alertType, error, cdpToggle, hasDebts }) => { return ( <> - + Home Health care Pay your VA copay bill diff --git a/src/applications/medical-copays/containers/DetailPage.jsx b/src/applications/medical-copays/containers/DetailPage.jsx index 2285f4c1429c..883b883abc10 100644 --- a/src/applications/medical-copays/containers/DetailPage.jsx +++ b/src/applications/medical-copays/containers/DetailPage.jsx @@ -45,7 +45,10 @@ const DetailPage = ({ match }) => { return ( <> - + Home Health care Pay your VA copay bill diff --git a/src/applications/medical-copays/containers/HTMLStatementPage.jsx b/src/applications/medical-copays/containers/HTMLStatementPage.jsx index a821fca77afa..dca33c3ad66a 100644 --- a/src/applications/medical-copays/containers/HTMLStatementPage.jsx +++ b/src/applications/medical-copays/containers/HTMLStatementPage.jsx @@ -32,7 +32,10 @@ const HTMLStatementPage = ({ match }) => { return ( <>
    - + Home Health care Pay your VA copay bill diff --git a/src/applications/medical-copays/containers/OverviewPage.jsx b/src/applications/medical-copays/containers/OverviewPage.jsx index 9499994f4091..29406f89519e 100644 --- a/src/applications/medical-copays/containers/OverviewPage.jsx +++ b/src/applications/medical-copays/containers/OverviewPage.jsx @@ -59,7 +59,7 @@ const OverviewPage = () => { return ( <>
    - + Home Health care Pay your VA copay bill diff --git a/src/applications/mhv/secure-messaging/components/shared/SmBreadcrumbs.jsx b/src/applications/mhv/secure-messaging/components/shared/SmBreadcrumbs.jsx index ad8c570ceccf..4a56a07ce0dd 100644 --- a/src/applications/mhv/secure-messaging/components/shared/SmBreadcrumbs.jsx +++ b/src/applications/mhv/secure-messaging/components/shared/SmBreadcrumbs.jsx @@ -133,7 +133,11 @@ const SmBreadcrumbs = () => { !crumbs?.label ? 'breadcrumbs--hidden' : '' }`} > - + {crumbs && (