removed copy link button on project page

This commit is contained in:
Ben Wheeler 2019-04-26 15:51:04 -04:00
parent 9622933ac7
commit fdfa61649f
2 changed files with 1 additions and 8 deletions

View file

@ -91,7 +91,6 @@
"general.whatsHappening": "What's Happening?",
"general.wiki": "Scratch Wiki",
"general.copyLink": "Copy Link",
"general.socialButton": "Social",
"general.report": "Report",
"general.notAvailableHeadline": "Whoops! Our server is Scratch'ing its head",
"general.notAvailableSubtitle": "We couldn't find the page you're looking for. Check to make sure you've typed the URL correctly.",

View file

@ -50,17 +50,11 @@ const Subactions = props => (
)}
</React.Fragment>
}
<Button
className="action-button copy-link-button"
onClick={props.onCopyProjectLink}
>
<FormattedMessage id="general.copyLink" />
</Button>
<Button
className="action-button social-button"
onClick={props.onSocialClicked}
>
<FormattedMessage id="general.socialButton" />
<FormattedMessage id="social.title" />
</Button>
{props.socialOpen && props.projectInfo && props.projectInfo.id && (
<SocialModal