Skip to content

Commit e278e39

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

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { CustomTooltip } from "@remix-ui/helper"
99

1010
const DEFAULT_SUGGESTIONS = [
1111
'What is a modifier?',
12-
'What is a UniSwap hook?',
12+
'What is a Uniswap hook?',
1313
'What is a ZKP?'
1414
]
1515

@@ -31,20 +31,6 @@ const AiChatIntro = (props) => {
3131
RemixAI provides you personalized guidance as you build. It can break down concepts,
3232
answer questions about blockchain technology and assist you with your smart contracts.
3333
</p>
34-
<div className="d-flex flex-column" style={{ fontSize: '0.9rem' }}>
35-
<div className="d-flex flex-row align-items-center">
36-
<span className="font-italic m-1">{`<prompt>: `}</span>
37-
<span>ask your question</span></div>
38-
<div className="d-flex flex-row align-items-center">
39-
<span className="font-italic m-1">{`/w <prompt>: `}</span>
40-
<span>modify your code</span></div>
41-
<div className="d-flex flex-row align-items-center">
42-
<span className="font-italic m-1">{`/c <prompt>: `}</span>
43-
<span>continue fixing compilation</span></div>
44-
<div className="d-flex flex-row align-items-center">
45-
<span className="font-italic m-1">{`/g <prompt>: `}</span>
46-
<span>generate a new workspace</span></div>
47-
</div>
4834
<div className="d-flex flex-column mt-3">
4935
{DEFAULT_SUGGESTIONS.map((s, index) => (
5036
<button

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-
{'Create new project with AI'}
218+
{'Create new workspace 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)