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