Skip to content

Commit

Permalink
Actual link to GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Oct 21, 2024
1 parent e2114e5 commit 1e2981d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,18 @@ export default function Header() {
</div>
<Button
className="w-9 shrink-0"
asChild
variant="outline"
size="icon"
type="button"
>
<GitHubLogoIcon className="h-4 w-4" />
<Link
href="https://github.com/webdevcody/survive-the-night-sim"
rel="noopener noreferrer"
target="_blank"
>
<GitHubLogoIcon className="h-4 w-4" />
</Link>
</Button>
{!isAuthenticated ? (
<SignInWithGitHub />
Expand Down

0 comments on commit 1e2981d

Please sign in to comment.