department-of-veterans-affairs/vets-website

View on GitHub
src/applications/disability-benefits/view-payments/containers/helpers.js

Summary

Maintainability
A
2 hrs
Test Coverage
import React from 'react';

export const breadcrumbLinks = [
  <a href="/" aria-label="Back to VA Home page" key="1">
    Home
  </a>,
  <a
    href="/va-payment-history/"
    aria-label="View your VA payment history"
    key="3"
  >
    VA payment history
  </a>,
  <a href="/va-payment-history/payments" key="4">
    Payments
  </a>,
];