fix: banner text
This commit is contained in:
parent
74db3793dd
commit
2185c00323
@ -42,7 +42,7 @@ class ServerBanner extends PureComponent {
|
||||
return (
|
||||
<div className='server-banner'>
|
||||
<div className='server-banner__introduction'>
|
||||
<FormattedMessage id='server_banner.introduction' defaultMessage='{domain} is part of the decentralized social network powered by {mastodon}.' values={{ title: <strong>{title}</strong>, WhippyEdition: <a href='https://whippy.postype.com/' target='_blank'>휘핑 에디션</a> }} />
|
||||
<FormattedMessage id='server_banner.introduction' defaultMessage='{title} is part of the decentralized social network powered by {mastodon}.' values={{ title: <strong>{title}</strong>, mastodon: <a href='https://whippy.postype.com/' target='_blank'>REI-Fixed</a> }} />
|
||||
</div>
|
||||
|
||||
<ServerHeroImage blurhash={server.getIn(['thumbnail', 'blurhash'])} src={server.getIn(['thumbnail', 'url'])} className='server-banner__hero' />
|
||||
|
Loading…
Reference in New Issue
Block a user