mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -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`}
|
||||
values={{
|
||||
CommunityGuidelinesLink: (
|
||||
<a href="/community_guidelines">
|
||||
<a href="/community_guidelines" target="_blank">
|
||||
<FormattedMessage id="report.CommunityGuidelinesLinkText" />
|
||||
</a>
|
||||
)
|
||||
|
|
|
@ -171,7 +171,7 @@ const REPORT_OPTIONS = [
|
|||
id={`report.promptSomethingElse`}
|
||||
values={{
|
||||
CommunityGuidelinesLink: (
|
||||
<a href="/community_guidelines">
|
||||
<a href="/community_guidelines" target="_blank">
|
||||
<FormattedMessage id="report.CommunityGuidelinesLinkText" />
|
||||
</a>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue