We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9059f3 commit 7b7f436Copy full SHA for 7b7f436
1 file changed
src/app/ai/ai.tsx
@@ -83,7 +83,7 @@ const inputTexts = [
83
export default function AiPage({ className }: AiPageProps) {
84
const searchParams = useSearchParams();
85
const [prompt, setPrompt] = useState("");
86
- const [projectType, setProjectType] = useState<ProjectType>("email");
+ const [projectType, setProjectType] = useState<ProjectType>("web");
87
const [loading, setLoading] = useState(false);
88
const [error, setError] = useState<string | null>(null);
89
const [hasTrackedInterest, setHasTrackedInterest] = useState(false);
0 commit comments