Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgi committed Feb 23, 2024
1 parent 58d796c commit ca09827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export default function Login() {
</Alert>
)}

{user && false ? (
<Button asChild className="no-underline">
{user ? (
<Button asChild size={"lg"} className="no-underline">
<Link to="/~">Continue</Link>
</Button>
) : (
Expand Down

0 comments on commit ca09827

Please sign in to comment.