department-of-veterans-affairs/vets-website

View on GitHub
src/applications/caregivers/components/FormDescriptions/PreferredFacilityApiDescription.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';

const PreferredFacilityApiDescription = (
  <>
    <p>
      Select the facility where the Veteran gets or plans to get their care.
      <span className="vads-u-color--secondary-darkest">(*Required)</span>
    </p>
    <p>
      <strong>Note:</strong> We use the location of the Veteran’s health care
      facility to find the nearest facility that processes applications. Only
      some facilities process caregiver program applications.
    </p>
  </>
);

export default PreferredFacilityApiDescription;