department-of-veterans-affairs/vets-website

View on GitHub
src/applications/hca/components/FormDescriptions/RadiationCleanupDescription.jsx

Summary

Maintainability
A
1 hr
Test Coverage
import React from 'react';

const RadiationCleanupDescription = (
  <ul>
    <li>The cleanup of Hiroshima and Nagasaki or Enewetak Atoll</li>
    <li>
      The cleanup of an Air Force B-52 bomber carrying nuclear weapons off the
      coast of Palomares, Spain
    </li>
    <li>
      The response to the fire onboard an Air Force B-52 bomber carrying nuclear
      weapons near Thule Air Force Base in Greenland
    </li>
  </ul>
);

export default RadiationCleanupDescription;