department-of-veterans-affairs/vets-website

View on GitHub
src/applications/disability-benefits/all-claims/content/separationLocation.jsx

Summary

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

export const SeparationLocationTitle = 'Place of anticipated separation';

export const SeparationLocationDescription = (
  <>
    <br />
    <va-additional-info trigger="What's this?">
      <>
        <p>
          Your place of anticipated separation is where you expect to separate
          from military service. This could be your last active-duty base or the
          nearest regional facility that handles separations.
        </p>
        <p>
          We ask for this location so we can more easily gather details, such as
          your exact separation date, to help process your claim.
        </p>
        <b>
          If you can’t find your exact location from the list, please select
          your nearest regional facility.
        </b>
      </>
    </va-additional-info>
  </>
);