department-of-veterans-affairs/vets-website

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

Summary

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

export const ptsdLocationDescription = (
  <div>
    <h3 className="vads-u-font-size--h5">Event location</h3>
    <p>Please tell us where this event happened. Be as specific as you can.</p>
  </div>
);