department-of-veterans-affairs/vets-website

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

Summary

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

export const RecentEducationTrainingTitle = (
  <p>
    In the time <strong>since you became too disabled to work</strong>, have you
    had any education or training?
  </p>
);