Web Client #11

Merged
Simponic merged 19 commits from web into main 2023-01-19 16:04:10 -05:00
Showing only changes of commit bb1d5c88b8 - Show all commits

View File

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