Merge pull request #6998 from mxmou/by-u-slash

CE-178 Use correct username prefix in 2020 Annual Report
This commit is contained in:
cori hudson 2022-08-26 15:19:32 -04:00 committed by GitHub
commit f6f4a014ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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