Skip to content

Commit 18026a3

Browse files
committed
local
1 parent e02bdb7 commit 18026a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/page-client.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,15 @@ export default function PageClient({
213213
className="flex w-full flex-col gap-4"
214214
>
215215
<motion.div variants={buttonVariantsAnimated} className="w-full">
216+
<p className="text-sm text-muted-foreground">
217+
Disabled for the time being. Run locally for now.
218+
</p>
216219
<Button
217220
className="flex w-full flex-row items-center justify-center gap-2 text-lg text-secondary dark:text-primary"
218221
variant={"pink"}
219222
size={"lg"}
220-
disabled={pendingVideo}
223+
// disabled={pendingVideo}
224+
disabled={true}
221225
onClick={() => {
222226
setIsGenerationTypeOpen(true);
223227
}}

0 commit comments

Comments
 (0)