From ca261e1025448ac8e35a757815c837dd2836ca08 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 8 Apr 2019 11:19:13 +0200 Subject: [PATCH] add initial about copy --- client/src/routes/About.tsx | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/client/src/routes/About.tsx b/client/src/routes/About.tsx index 8242af2..4b41fa3 100644 --- a/client/src/routes/About.tsx +++ b/client/src/routes/About.tsx @@ -3,7 +3,35 @@ import Route from '../components/templates/Route' class About extends Component { public render() { - return Hello About + return ( + +

+ Commons is built on top of the Ocean{' '} + + Nile test network + {' '} + and is targeted at enthusiastic data scientists with some + crypto experience. It can be used with any Web3-capable + browser, like Firefox with MetaMask installed. +

+ + +
+ ) } }