File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/remix-ai-assistant/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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'}
You can’t perform that action at this time.
0 commit comments