Remove cringe on home page

This commit is contained in:
Logan Hunt 2023-01-19 12:14:54 -07:00
parent ab653ad439
commit bb1d5c88b8
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49

View File

@ -56,10 +56,7 @@ export const Home = () => {
return ( return (
<div> <div>
<h1>CheSSH</h1>
<p>Hello!</p>
<p>Looks like you're not signed in 👀. </p> <p>Looks like you're not signed in 👀. </p>
<p>Please link your GitHub account above!</p>
</div> </div>
); );
}; };