diff --git a/lattice/src/App/Home/Home.tsx b/lattice/src/App/Home/Home.tsx index 147945ce5..e315a4aa7 100644 --- a/lattice/src/App/Home/Home.tsx +++ b/lattice/src/App/Home/Home.tsx @@ -3,12 +3,20 @@ import { ClusterHealth } from 'App/Home/ClusterHealth'; import { QueryHistory } from 'App/Home/QueryHistory'; import { Transactions } from 'App/Home/Transactions'; import css from './Home.module.scss'; +import { Link, Typography } from '@material-ui/core'; export const Home: FC = () => ( - - - + + Try FeatureBase Cloud at + + + app.molecula.cloud + + + + +
);