gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: Show footer in all authenticated route


From: gnunet
Subject: [libeufin] branch master updated: Show footer in all authenticated routes
Date: Mon, 08 Jun 2020 19:31:34 +0200

This is an automated email from the git hooks/post-receive script.

heng-yeow pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new c836344  Show footer in all authenticated routes
c836344 is described below

commit c8363449c3d11534b249727874a18fd97b2ea152
Author: tanhengyeow <E0032242@u.nus.edu>
AuthorDate: Tue Jun 9 01:31:24 2020 +0800

    Show footer in all authenticated routes
---
 frontend/src/routes/AuthenticatedRoute.tsx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/frontend/src/routes/AuthenticatedRoute.tsx 
b/frontend/src/routes/AuthenticatedRoute.tsx
index c6907b3..2a14cc0 100644
--- a/frontend/src/routes/AuthenticatedRoute.tsx
+++ b/frontend/src/routes/AuthenticatedRoute.tsx
@@ -5,6 +5,8 @@ import { Route } from 'react-router-dom';
 import history from '../history';
 import { Auth } from '../types';
 
+import Footer from '../components/footer/Index';
+
 interface Props {
   exact?: boolean;
   isAuthenticated: boolean | null;
@@ -32,8 +34,8 @@ const AuthenticatedRoute = ({
             </>
           )}
         />
-        <footer>Footer</footer>
       </div>
+      <Footer />
     </>
   );
 };

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]