diff --git a/app/header.tsx b/app/header.tsx index dd25eb6..9ff3ecc 100644 --- a/app/header.tsx +++ b/app/header.tsx @@ -17,7 +17,7 @@ function SignInWithGitHub() { type="button" onClick={() => void signIn("github", { redirectTo: "/" })} > - GitHub + Sign In ); } @@ -79,6 +79,9 @@ export default function Header() {
+ {!isAuthenticated ? ( ) : (