mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-28 01:56:00 -05:00
Merge pull request #6998 from mxmou/by-u-slash
CE-178 Use correct username prefix in 2020 Annual Report
This commit is contained in:
commit
f6f4a014ef
1 changed files with 5 additions and 5 deletions
|
@ -1716,7 +1716,7 @@ class AnnualReport extends React.Component {
|
||||||
/>
|
/>
|
||||||
</MediaQuery>
|
</MediaQuery>
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage id="annualReport.2020.projectBy" /> u/STORMPRIMEX
|
<FormattedMessage id="annualReport.2020.projectBy" /> @STORMPRIMEX
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
|
@ -1904,7 +1904,7 @@ class AnnualReport extends React.Component {
|
||||||
projectBy={this.props.intl.formatMessage(
|
projectBy={this.props.intl.formatMessage(
|
||||||
{id: 'annualReport.2020.projectBy'}
|
{id: 'annualReport.2020.projectBy'}
|
||||||
)}
|
)}
|
||||||
attribution="u/lukiepie2011"
|
attribution="@lukiepie2011"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
className="connector left"
|
className="connector left"
|
||||||
|
@ -2002,7 +2002,7 @@ class AnnualReport extends React.Component {
|
||||||
projectBy={this.props.intl.formatMessage(
|
projectBy={this.props.intl.formatMessage(
|
||||||
{id: 'annualReport.2020.projectBy'}
|
{id: 'annualReport.2020.projectBy'}
|
||||||
)}
|
)}
|
||||||
attribution="u/cellie"
|
attribution="@cellie"
|
||||||
/>
|
/>
|
||||||
<TimelineCard
|
<TimelineCard
|
||||||
className="left"
|
className="left"
|
||||||
|
@ -2041,7 +2041,7 @@ class AnnualReport extends React.Component {
|
||||||
projectBy={this.props.intl.formatMessage(
|
projectBy={this.props.intl.formatMessage(
|
||||||
{id: 'annualReport.2020.projectBy'}
|
{id: 'annualReport.2020.projectBy'}
|
||||||
)}
|
)}
|
||||||
attribution="u/LGMammoth"
|
attribution="@LGMammoth"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
className="connector right"
|
className="connector right"
|
||||||
|
@ -2067,7 +2067,7 @@ class AnnualReport extends React.Component {
|
||||||
projectBy={this.props.intl.formatMessage(
|
projectBy={this.props.intl.formatMessage(
|
||||||
{id: 'annualReport.2020.projectBy'}
|
{id: 'annualReport.2020.projectBy'}
|
||||||
)}
|
)}
|
||||||
attribution="u/IDK_HAVE_SOME_NUMBER"
|
attribution="@IDK_HAVE_SOME_NUMBER"
|
||||||
/>
|
/>
|
||||||
<div className="illustrations">
|
<div className="illustrations">
|
||||||
<img
|
<img
|
||||||
|
|
Loading…
Reference in a new issue