fix: repository link
This commit is contained in:
parent
54fc5c73e3
commit
a468b6cef4
@ -12,7 +12,7 @@ import { ServerHeroImage } from 'mastodon/components/server_hero_image';
|
||||
import { ShortNumber } from 'mastodon/components/short_number';
|
||||
import { Skeleton } from 'mastodon/components/skeleton';
|
||||
import Account from 'mastodon/containers/account_container';
|
||||
import { domain, title } from 'mastodon/initial_state';
|
||||
import { title } from 'mastodon/initial_state';
|
||||
|
||||
const messages = defineMessages({
|
||||
aboutActiveUsers: { id: 'server_banner.about_active_users', defaultMessage: 'People using this server during the last 30 days (Monthly Active Users)' },
|
||||
@ -42,7 +42,7 @@ class ServerBanner extends PureComponent {
|
||||
return (
|
||||
<div className='server-banner'>
|
||||
<div className='server-banner__introduction'>
|
||||
<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> }} />
|
||||
<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://github.com/CloudToys/rei-fixed' 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