Added Gab system's status page to LinkFooter
• Added: - Gab system's status page to LinkFooter
This commit is contained in:
parent
5b852ae10e
commit
4297e1f81a
|
@ -56,6 +56,10 @@ class LinkFooter extends React.PureComponent {
|
|||
to: '/about/privacy',
|
||||
text: intl.formatMessage(messages.privacy),
|
||||
},
|
||||
{
|
||||
href: 'https://gabstatus.com/',
|
||||
text: 'Status',
|
||||
},
|
||||
{
|
||||
href: '/auth/sign_out',
|
||||
text: intl.formatMessage(messages.logout),
|
||||
|
|
Loading…
Reference in New Issue