Skip to content

Commit

Permalink
no more video gen rn
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgsolomon committed Sep 28, 2024
1 parent 3ecf250 commit 6cd6a71
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"server-only": "^0.0.1",
"sharp": "^0.32.6",
"sonner": "^1.2.4",
"sst": "ion",
"sst": "^3.1.47",
"stripe": "^15.2.0",
"superjson": "^2.0.0",
"tailwind-classes-sorter": "^0.2.5",
Expand Down
14 changes: 13 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,18 @@ export default function Home({
</div>
) : null}

<p className="text-center text-base text-red-500/80">
Video generation is currently disabled. <br />
Please use our open source{" "}
<a
className="underline"
href="https://github.com/noahgsolomon/brainrot.js"
>
GitHub
</a>{" "}
to run locally. 🫶
</p>

{/* {!userDB?.user?.subscribed ? (
<p className="flex flex-col items-center gap-2">
Want to skip the queue?{" "}
Expand Down Expand Up @@ -332,7 +344,7 @@ export default function Home({
className="flex flex-row items-center gap-2"
variant={"brain"}
size={"lg"}
disabled={pendingVideo}
disabled={pendingVideo || true} // not accepting videos rn
onClick={() => {
setIsOpen(true);
}}
Expand Down

0 comments on commit 6cd6a71

Please sign in to comment.