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. +

+ + +
+ ) } }