From 2569829b7404384c70e27151dc33b9d5d5c6c4cc Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Wed, 9 Sep 2020 22:15:49 +0300 Subject: [PATCH] Implements #4848 and #4847 --- src/shared/routes/index.jsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/shared/routes/index.jsx b/src/shared/routes/index.jsx index 03587a392e..be51690503 100644 --- a/src/shared/routes/index.jsx +++ b/src/shared/routes/index.jsx @@ -5,6 +5,7 @@ import CommunityLoader from 'containers/tc-communities/Loader'; import ContentfulRoute from 'components/Contentful/Route'; import Content from 'components/Content'; +import Footer from 'components/TopcoderFooter'; import React from 'react'; import { @@ -106,10 +107,13 @@ function Routes({ communityId }) { /> ( - + + +