@ -98,19 +98,17 @@ export default class GettingStarted extends ImmutablePureComponent {
< ColumnLink icon = 'sign-out' text = { intl . formatMessage ( messages . sign _out ) } href = '/auth/sign_out' method = 'delete' / >
< / d i v >
< div className = 'getting-started__footer scrollable optionally-scrollable' >
< div className = 'static-content getting-started' >
< p >
< a href = 'https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/FAQ.md' rel = 'noopener' target = '_blank' > < FormattedMessage id = 'getting_started.faq' defaultMessage = 'FAQ' / > < /a> • <a href='https:/ / github . com / tootsuite / documentation / blob / master / Using - Mastodon / User - guide . md ' rel=' noopener ' target=' _blank '><FormattedMessage id=' getting _started . userguide ' defaultMessage=' User Guide ' /></a> • <a href=' https : //github.com/tootsuite/documentation/blob/master/Using-Mastodon/Apps.md' rel='noopener' target='_blank'><FormattedMessage id='getting_started.appsshort' defaultMessage='Apps' /></a>
< / p >
< p >
< FormattedMessage
id = 'getting_started.open_source_notice'
defaultMessage = 'Mastodon is open source software. You can contribute or report issues on GitHub at {github}.'
values = { { github : < a href = 'https://github.com/tootsuite/mastodon' rel = 'noopener' target = '_blank' > tootsuite / mastodon < / a > } }
/ >
< / p >
< / d i v >
< div className = 'static-content getting-started' >
< p >
< a href = 'https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/FAQ.md' rel = 'noopener' target = '_blank' > < FormattedMessage id = 'getting_started.faq' defaultMessage = 'FAQ' / > < /a> • <a href='https:/ / github . com / tootsuite / documentation / blob / master / Using - Mastodon / User - guide . md ' rel=' noopener ' target=' _blank '><FormattedMessage id=' getting _started . userguide ' defaultMessage=' User Guide ' /></a> • <a href=' https : //github.com/tootsuite/documentation/blob/master/Using-Mastodon/Apps.md' rel='noopener' target='_blank'><FormattedMessage id='getting_started.appsshort' defaultMessage='Apps' /></a>
< / p >
< p >
< FormattedMessage
id = 'getting_started.open_source_notice'
defaultMessage = 'Mastodon is open source software. You can contribute or report issues on GitHub at {github}.'
values = { { github : < a href = 'https://github.com/tootsuite/mastodon' rel = 'noopener' target = '_blank' > tootsuite / mastodon < / a > } }
/ >
< / p >
< / d i v >
< / C o l u m n >
) ;