@ -116,7 +116,7 @@ class About extends React.PureComponent {
< div className = 'about__header' >
< div className = 'about__header' >
< Image blurhash = { server . getIn ( [ 'thumbnail' , 'blurhash' ] ) } src = { server . getIn ( [ 'thumbnail' , 'url' ] ) } srcSet = { server . getIn ( [ 'thumbnail' , 'versions' ] ) ? . map ( ( value , key ) => ` ${ value } ${ key . replace ( '@' , '' ) } ` ) . join ( ', ' ) } className = 'about__header__hero' / >
< Image blurhash = { server . getIn ( [ 'thumbnail' , 'blurhash' ] ) } src = { server . getIn ( [ 'thumbnail' , 'url' ] ) } srcSet = { server . getIn ( [ 'thumbnail' , 'versions' ] ) ? . map ( ( value , key ) => ` ${ value } ${ key . replace ( '@' , '' ) } ` ) . join ( ', ' ) } className = 'about__header__hero' / >
< h1 > { isLoading ? < Skeleton width = '10ch' / > : server . get ( 'domain' ) } < / h1 >
< h1 > { isLoading ? < Skeleton width = '10ch' / > : server . get ( 'domain' ) } < / h1 >
< p > < FormattedMessage id = 'about.powered_by' defaultMessage = 'Decentralized social media powered by {mastodon}' values = { { mastodon : < a href = 'https://joinmastodon.org ' className = 'about__mail' target = '_blank' > Mastodon < / a > } } / > < / p >
< p > < a href = 'https://closed.social ' className = 'about__mail' target = '_blank' > 闭社 < / a > 成员站点 < / p >
< / div >
< / div >
< div className = 'about__meta' >
< div className = 'about__meta' >
@ -202,7 +202,7 @@ class About extends React.PureComponent {
< LinkFooter / >
< LinkFooter / >
< div className = 'about__footer' >
< div className = 'about__footer' >
< p > < FormattedMessage id = 'about.fork_disclaimer' defaultMessage = 'Glitch-soc is free open source software forked from Mastodon.' / > < / p >
< p > < FormattedMessage id = 'about.fork_disclaimer' defaultMessage = 'Closed-social is free open source software forked from Mastodon.' / > < / p >
< p > < FormattedMessage id = 'about.disclaimer' defaultMessage = 'Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.' / > < / p >
< p > < FormattedMessage id = 'about.disclaimer' defaultMessage = 'Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.' / > < / p >
< / div >
< / div >
< / div >
< / div >