Skip to content

Commit 190c8fc

Browse files
STetsingAniket-Engg
authored andcommitted
minor
1 parent d459872 commit 190c8fc

File tree

1 file changed

+2
-2
lines changed
  • libs/remix-ui/remix-ai-assistant/src/components

1 file changed

+2
-2
lines changed

libs/remix-ui/remix-ai-assistant/src/components/prompt.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
177177
placeholder={
178178
aiMode === 'ask'
179179
? "Ask me anything, add workspace files..."
180-
: "Describe the workspace you want to generate..."
180+
: "Edit my codebase, generate new contracts ..."
181181
}
182182
/>
183183

@@ -215,7 +215,7 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
215215
className="btn btn-text btn-sm small fw-light text-secondary mt-2 align-self-end border border-text rounded"
216216
onClick={handleGenerateWorkspace}
217217
>
218-
{'@Generate'}
218+
{'Create new project with AI'}
219219
</button>
220220
{/* <button
221221
className={input.length > 0 ? 'btn bg-ai border-text border btn-sm fw-light text-secondary mt-2 align-self-end' : 'btn btn-text border-text border btn-sm fw-light text-secondary mt-2 align-self-end disabled'}

0 commit comments

Comments
 (0)