department-of-veterans-affairs/vets-website

View on GitHub
src/applications/appeals/testing/sc/content/optionForMst.jsx

Summary

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

export const optionForMstTitle =
  'Would you like to view an option available to you if your claim is related to Military Sexual Trauma (MST)';

export const supportInfo = (
  <va-additional-info trigger="How can I find support?">
    <div>
      <p className="vads-u-margin-top--0">
        <a href="/health-care/about-va-health-benefits/" target="_blank">
          Learn more about Veterans Health Administration (VHA) health care
          services
        </a>
      </p>
      <p>
        To learn about VHA health care services available related to MST,
        contact a VHA MST Coordinator.
      </p>
      <p>
        <a
          href="https://www.mentalhealth.va.gov/msthome/vha-mst-coordinators.asp"
          target="_blank"
          rel="noreferrer"
        >
          Find a VHA MST coordinator
        </a>
      </p>
      <p>
        Or contact your local VA medical facility and ask to speak to a MST
        Coordinator.
      </p>
      <p className="vads-u-margin-bottom--0">
        <a href="/find-locations/" target="_blank">
          Find a VA medical facility near you
        </a>
      </p>
    </div>
  </va-additional-info>
);