We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02bdb7 commit 18026a3Copy full SHA for 18026a3
src/app/page-client.tsx
@@ -213,11 +213,15 @@ export default function PageClient({
213
className="flex w-full flex-col gap-4"
214
>
215
<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>
219
<Button
220
className="flex w-full flex-row items-center justify-center gap-2 text-lg text-secondary dark:text-primary"
221
variant={"pink"}
222
size={"lg"}
- disabled={pendingVideo}
223
+ // disabled={pendingVideo}
224
+ disabled={true}
225
onClick={() => {
226
setIsGenerationTypeOpen(true);
227
}}
0 commit comments