department-of-veterans-affairs/vets-website

View on GitHub
src/applications/static-pages/vre-chapter31/Chapter31CTA.js

Summary

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

const Chapter31CTA = () => {
  return (
    <div>
      <a
        href="/careers-employment/vocational-rehabilitation/apply-vre-form-28-1900"
        className="vads-c-action-link--green"
      >
        Apply for VR&E benefits
      </a>
    </div>
  );
};

export default Chapter31CTA;