mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Open Community Guidelines links in new tabs
This commit is contained in:
parent
b39f416681
commit
8f4a7643cf
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ class ReportModal extends React.Component {
|
||||||
key={`report.${type}Instructions`}
|
key={`report.${type}Instructions`}
|
||||||
values={{
|
values={{
|
||||||
CommunityGuidelinesLink: (
|
CommunityGuidelinesLink: (
|
||||||
<a href="/community_guidelines">
|
<a href="/community_guidelines" target="_blank">
|
||||||
<FormattedMessage id="report.CommunityGuidelinesLinkText" />
|
<FormattedMessage id="report.CommunityGuidelinesLinkText" />
|
||||||
</a>
|
</a>
|
||||||
)
|
)
|
||||||
|
|
|
@ -171,7 +171,7 @@ const REPORT_OPTIONS = [
|
||||||
id={`report.promptSomethingElse`}
|
id={`report.promptSomethingElse`}
|
||||||
values={{
|
values={{
|
||||||
CommunityGuidelinesLink: (
|
CommunityGuidelinesLink: (
|
||||||
<a href="/community_guidelines">
|
<a href="/community_guidelines" target="_blank">
|
||||||
<FormattedMessage id="report.CommunityGuidelinesLinkText" />
|
<FormattedMessage id="report.CommunityGuidelinesLinkText" />
|
||||||
</a>
|
</a>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue