Skip to content

Commit 7b7f436

Browse files
authored
default is web again (#96)
1 parent e9059f3 commit 7b7f436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/ai/ai.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const inputTexts = [
8383
export default function AiPage({ className }: AiPageProps) {
8484
const searchParams = useSearchParams();
8585
const [prompt, setPrompt] = useState("");
86-
const [projectType, setProjectType] = useState<ProjectType>("email");
86+
const [projectType, setProjectType] = useState<ProjectType>("web");
8787
const [loading, setLoading] = useState(false);
8888
const [error, setError] = useState<string | null>(null);
8989
const [hasTrackedInterest, setHasTrackedInterest] = useState(false);

0 commit comments

Comments
 (0)