From 442f5406ec26d001798c1a2b5a5d9a05fdc77459 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Wed, 8 Mar 2023 09:36:15 -0600 Subject: [PATCH] feat: improve Home screen display --- src/pages/Home/Home.tsx | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index 4563b69..a902738 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -10,7 +10,6 @@ import IconButton from '@mui/material/IconButton' import MuiLink from '@mui/material/Link' import GitHubIcon from '@mui/icons-material/GitHub' import Cached from '@mui/icons-material/Cached' -import Tooltip from '@mui/material/Tooltip' import { v4 as uuid } from 'uuid' import { routes } from 'config/routes' @@ -117,29 +116,37 @@ export function Home({ userId }: HomeProps) { - This is a communication tool that is free, open source, and designed - for simplicity and security. All communication between you and your - online peers is encrypted. There is no trace of your conversation once - you leave. + This is a free communication tool that is designed for simplicity, + privacy, and security. All interaction between you and your online + peers is encrypted. There is no record of your conversation once you + all leave. - + ({ + color: theme.palette.text.primary, + })} > - + Licensed under{' '}