mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -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>
|
||||
<p>
|
||||
<FormattedMessage id="annualReport.2020.projectBy" /> u/STORMPRIMEX
|
||||
<FormattedMessage id="annualReport.2020.projectBy" /> @STORMPRIMEX
|
||||
</p>
|
||||
</div>
|
||||
<a
|
||||
|
@ -1904,7 +1904,7 @@ class AnnualReport extends React.Component {
|
|||
projectBy={this.props.intl.formatMessage(
|
||||
{id: 'annualReport.2020.projectBy'}
|
||||
)}
|
||||
attribution="u/lukiepie2011"
|
||||
attribution="@lukiepie2011"
|
||||
/>
|
||||
<img
|
||||
className="connector left"
|
||||
|
@ -2002,7 +2002,7 @@ class AnnualReport extends React.Component {
|
|||
projectBy={this.props.intl.formatMessage(
|
||||
{id: 'annualReport.2020.projectBy'}
|
||||
)}
|
||||
attribution="u/cellie"
|
||||
attribution="@cellie"
|
||||
/>
|
||||
<TimelineCard
|
||||
className="left"
|
||||
|
@ -2041,7 +2041,7 @@ class AnnualReport extends React.Component {
|
|||
projectBy={this.props.intl.formatMessage(
|
||||
{id: 'annualReport.2020.projectBy'}
|
||||
)}
|
||||
attribution="u/LGMammoth"
|
||||
attribution="@LGMammoth"
|
||||
/>
|
||||
<img
|
||||
className="connector right"
|
||||
|
@ -2067,7 +2067,7 @@ class AnnualReport extends React.Component {
|
|||
projectBy={this.props.intl.formatMessage(
|
||||
{id: 'annualReport.2020.projectBy'}
|
||||
)}
|
||||
attribution="u/IDK_HAVE_SOME_NUMBER"
|
||||
attribution="@IDK_HAVE_SOME_NUMBER"
|
||||
/>
|
||||
<div className="illustrations">
|
||||
<img
|
||||
|
|
Loading…
Reference in a new issue