Skip to content

Commit

Permalink
Merge branch 'main' of github.com:webdevcody/survive-the-night-sim
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Oct 19, 2024
2 parents 40eb410 + 4508a5c commit 5d800a4
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions app/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ export default function Header() {
)}
{isAdminQuery && (
<>
<Link href="/prompts">
<Button variant="ghost">Review Prompts</Button>
</Link>
<Link href="/maps/review">
<Button variant="ghost">Review Maps</Button>
</Link></>

<Link href="/prompts">
<Button variant="ghost">Review Prompts</Button>
</Link>
<Link href="/maps/review">
<Button variant="ghost">Review Maps</Button>
</Link>
</>
)}
{flags?.showTestPage && (
<Link href="/test">
Expand All @@ -84,8 +84,13 @@ export default function Header() {
<div className="">
<ThemeToggle />
</div>
<Button variant="outline" type="button">
<GitHubLogoIcon className="mr-2 h-4 w-4" /> Repo
<Button
className="shrink-0 w-9"
variant="outline"
size="icon"
type="button"
>
<GitHubLogoIcon className="w-4 h-4" />
</Button>
{!isAuthenticated ? (
<SignInWithGitHub />
Expand Down

0 comments on commit 5d800a4

Please sign in to comment.