File tree Expand file tree Collapse file tree 1 file changed +20
-14
lines changed
Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,26 @@ import { SignedIn, SignedOut } from "@clerk/nextjs";
44import { Button , Link } from "@nextui-org/react" ;
55
66export default function HomePage ( ) {
7+ // return (
8+ // <>
9+ // <SignedIn>
10+ // <Button color="primary" as={Link} href="/tasks">
11+ // Go to Tasks
12+ // </Button>
13+ // </SignedIn>
14+ // <SignedOut>
15+ // <div className="flex items-center justify-center gap-4">
16+ // <StyledSignIn />
17+ // <p>or</p>
18+ // <StyledSignUp />
19+ // </div>
20+ // </SignedOut>
21+ // </>
22+ // );
23+
724 return (
8- < >
9- < SignedIn >
10- < Button color = "primary" as = { Link } href = "/tasks" >
11- Go to Tasks
12- </ Button >
13- </ SignedIn >
14- < SignedOut >
15- < div className = "flex items-center justify-center gap-4" >
16- < StyledSignIn />
17- < p > or</ p >
18- < StyledSignUp />
19- </ div >
20- </ SignedOut >
21- </ >
25+ < span >
26+ The hosted version of < strong > Tasks</ strong > has been disabled.
27+ </ span >
2228 ) ;
2329}
You can’t perform that action at this time.
0 commit comments