Skip to content

Commit

Permalink
Merge pull request #20862 from code-dot-org/report-abuse-link
Browse files Browse the repository at this point in the history
Report abuse link to support article
  • Loading branch information
Erin007 committed Feb 23, 2018
2 parents 7c900fa + 76df78a commit 2640eda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/src/templates/projects/PublicGallery.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, {Component, PropTypes} from 'react';
import ProjectCardGrid from './ProjectCardGrid';
import _ from 'lodash';
import {connect} from 'react-redux';
import i18n from "@cdo/locale";

export const publishedProjectPropType = PropTypes.shape({
channel: PropTypes.string.isRequired,
Expand Down Expand Up @@ -53,6 +54,12 @@ class PublicGallery extends Component {
projectLists={this.mapProjectData(projectLists)}
galleryType="public"
/>
<a
href="https://support.code.org/hc/en-us/articles/360001143952"
style={{textAlign: 'center'}}
>
<h3>{i18n.reportAbuse()}</h3>
</a>
</div>
);
}
Expand Down

0 comments on commit 2640eda

Please sign in to comment.