gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Update placeholder pages


From: gnunet
Subject: [libeufin] branch master updated: Update placeholder pages
Date: Wed, 17 Jun 2020 18:21:01 +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 18182dc  Update placeholder pages
18182dc is described below

commit 18182dc860b5ec3cce3aca5b14fc51b618354f4e
Author: tanhengyeow <E0032242@u.nus.edu>
AuthorDate: Thu Jun 18 00:20:47 2020 +0800

    Update placeholder pages
---
 frontend/src/components/activity/Index.tsx | 7 ++++++-
 frontend/src/components/home/Index.tsx     | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/frontend/src/components/activity/Index.tsx 
b/frontend/src/components/activity/Index.tsx
index 9f6590c..d732604 100644
--- a/frontend/src/components/activity/Index.tsx
+++ b/frontend/src/components/activity/Index.tsx
@@ -1,5 +1,10 @@
 import * as React from 'react';
 
-const Activity = () => <h1>Activity</h1>;
+const Activity = () => (
+  <>
+    <h1>Activity</h1>
+    <p style={{ height: '100vh' }}>text</p>
+  </>
+);
 
 export default Activity;
diff --git a/frontend/src/components/home/Index.tsx 
b/frontend/src/components/home/Index.tsx
index 27fa3b0..442344e 100644
--- a/frontend/src/components/home/Index.tsx
+++ b/frontend/src/components/home/Index.tsx
@@ -1,5 +1,10 @@
 import * as React from 'react';
 
-const Home = () => <h1>Home</h1>;
+const Home = () => (
+  <>
+    <h1>Home</h1>
+    <p style={{ height: '100vh' }}>text</p>
+  </>
+);
 
 export default Home;

-- 
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]