From 9f1743870f190215e27ae1ab7c7f8bed533e8396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6ssner?= Date: Sat, 19 Oct 2024 20:08:48 +1100 Subject: [PATCH] feat: added button to GitHub repo --- app/header.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ? ( ) : (