Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #2439, change email address
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Mar 21, 2017
1 parent 81212c5 commit d23a7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/pages/shot/view.js
Expand Up @@ -165,7 +165,7 @@ class Body extends React.Component {

onClickFlag(e) {
sendEvent("start-flag", "navbar", {useBeacon: true});
window.open(`mailto:pageshot-report@mozilla.com?subject=Flagging%20shot%20for%20abuse&body=Flagging%20shot%20for%20abuse:%20${encodeURIComponent(this.props.shot.viewUrl)}`);
window.open(`mailto:screenshots-report@mozilla.com?subject=Flagging%20shot%20for%20abuse&body=Flagging%20shot%20for%20abuse:%20${encodeURIComponent(this.props.shot.viewUrl)}`);
}

render() {
Expand Down

0 comments on commit d23a7f9

Please sign in to comment.