From 633028354fb77d7dc3a1e66163fa032a58f5261e Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 10 Jul 2020 15:50:50 -0500 Subject: [PATCH] Fixed link to terms in GlobalFooter component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Fixed: - link to terms in GlobalFooter component --- app/javascript/gabsocial/components/global_footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/gabsocial/components/global_footer.js b/app/javascript/gabsocial/components/global_footer.js index 7af9c9b9..6f49a7ee 100644 --- a/app/javascript/gabsocial/components/global_footer.js +++ b/app/javascript/gabsocial/components/global_footer.js @@ -93,7 +93,7 @@ export default class GlobalFooter extends PureComponent { title='Legal' items={[ { - to: '/about/terms', + to: '/about/tos', title: 'Terms of Service', }, {