department-of-veterans-affairs/vets-website

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

Summary

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

export const changeDescription = (
  <div>
    <h3 className="vads-u-font-size--h5">
      Changes in mental health or substance abuse
    </h3>
    <p>
      Please tell us about any changes in your mental health as a result of the
      event. You may have experienced some or none of these. (Please check any
      that apply.)
    </p>
  </div>
);