mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-12-01 02:53:47 +00:00
Patching rebase errors
This commit is contained in:
parent
7eda83a36a
commit
8ea779e59a
|
@ -155,8 +155,7 @@ const PageSix = ({ admin, domain }) => {
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
<a href='https://github.com/glitch-soc/mastodon' target='_blank' rel='noopener'>GitHub</a> }} /></p>
|
|
||||||
<p><FormattedMessage id='onboarding.page_six.apps_available' defaultMessage='There are {apps} available for iOS, Android and other platforms.' values={{ apps: <a href='https://github.com/tootsuite/documentation/blob/master/Using-Mast
|
|
||||||
PageSix.propTypes = {
|
PageSix.propTypes = {
|
||||||
admin: ImmutablePropTypes.map,
|
admin: ImmutablePropTypes.map,
|
||||||
domain: PropTypes.string.isRequired,
|
domain: PropTypes.string.isRequired,
|
||||||
|
|
Loading…
Reference in a new issue