design: update status-option card descriptions for research and existing-project stages
This commit is contained in:
@@ -173,12 +173,12 @@ const STATUS_OPTIONS = [
|
|||||||
{
|
{
|
||||||
id: "research",
|
id: "research",
|
||||||
label: "I've done some research I can share",
|
label: "I've done some research I can share",
|
||||||
desc: "I have PDFs, wireframes, landing copy, or user interviews to help guide the build.",
|
desc: "I've had some chats with AI, or made some documents I can share to get started.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "existing",
|
id: "existing",
|
||||||
label: "I've already built some of the project",
|
label: "I've already built some of the project",
|
||||||
desc: "I have an existing repo, database schema, or mockups to import.",
|
desc: "I can share some code, designs or connect a repo",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user