From 4297e1f81a901d315051f8ef45a4239674af7c3b Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Thu, 31 Dec 2020 20:12:40 -0500 Subject: [PATCH] Added Gab system's status page to LinkFooter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Added: - Gab system's status page to LinkFooter --- app/javascript/gabsocial/components/link_footer.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/gabsocial/components/link_footer.js b/app/javascript/gabsocial/components/link_footer.js index b71d3334..b489c462 100644 --- a/app/javascript/gabsocial/components/link_footer.js +++ b/app/javascript/gabsocial/components/link_footer.js @@ -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),