footer
This commit is contained in:
parent
fb94cd866a
commit
d126d231c7
1 changed files with 12 additions and 7 deletions
|
@ -90,14 +90,19 @@ class LinkFooter extends PureComponent {
|
|||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Mastodon</strong>:
|
||||
<strong>Bark services</strong>:
|
||||
{' '}
|
||||
<a href='https://joinmastodon.org' target='_blank'><FormattedMessage id='footer.about' defaultMessage='About' /></a>
|
||||
{DividingCircle}
|
||||
<a href='https://joinmastodon.org/apps' target='_blank'><FormattedMessage id='footer.get_app' defaultMessage='Get the app' /></a>
|
||||
{DividingCircle}
|
||||
<Link to='/keyboard-shortcuts'><FormattedMessage id='footer.keyboard_shortcuts' defaultMessage='Keyboard shortcuts' /></Link>
|
||||
{DividingCircle}
|
||||
{statusPageUrl && (
|
||||
<>
|
||||
{DividingCircle}
|
||||
<a href={statusPageUrl} target='_blank' rel='noopener'><FormattedMessage id='footer.status' defaultMessage='Status' /></a>
|
||||
</>
|
||||
)}
|
||||
{' · '}
|
||||
<a href='https://chat.bark.lgbt' target='_blank'><FormattedMessage id='footer.matrix' defaultMessage='Matrix' /></a>
|
||||
{' · '}
|
||||
<a href='https://bark.video' target='_blank'><FormattedMessage id='footer.peertube' defaultMessage='Peertube' /></a>
|
||||
{' · '}
|
||||
<a href={source_url} rel='noopener noreferrer' target='_blank'><FormattedMessage id='footer.source_code' defaultMessage='View source code' /></a>
|
||||
{DividingCircle}
|
||||
<span className='version'>v{version}</span>
|
||||
|
|
Loading…
Reference in a new issue