OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 223 forks source link

Fixes #1017: Adds media highlights to Operation Code website: General #1024

Open cyph3r-m00n opened 5 years ago

cyph3r-m00n commented 5 years ago

Description of changes

Adds Media Highlights to Press Page

Issue Resolved

Fixes #1017

kylemh commented 5 years ago

Thanks so much for your continued contributions! For all of those anchor tags, we have an OutboundLink component that ties into our analytics. Could you switch to those?

cyph3r-m00n commented 5 years ago

@kylemh For sure! I'll Check that out now!

cyph3r-m00n commented 5 years ago

@kylemh All of the Anchor tags have been changed to use the OutboundLink component!

kylemh commented 5 years ago

@cyph3r-m00n - I mean this component: https://github.com/OperationCode/operationcode_frontend/blob/master/src/shared/components/outboundLink/outboundLink.js

No need to import ReactGA.