MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/BidTracker/OverlayAlert/ApprovedAlert/ApprovedAlert.jsx

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

// TODO - need to add PCS Travel link
const ApprovedAlert = () => (
  <div className="bid-tracker-alert-container bid-tracker-alert-container--approved">
    <div className="top-text">
      {"You've been"} <strong>approved</strong> for this position!
    </div>
    <div className="sub-text">
      This link will take you to PCS Travel
    </div>
  </div>
);

export default ApprovedAlert;