Skip to content

Commit 209d3a0

Browse files
joeizangyann300
authored andcommitted
update tips list elements
1 parent 0879a2a commit 209d3a0

File tree

1 file changed

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

1 file changed

+10
-14
lines changed

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

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,21 @@ 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 w-100 p-1 justify-content-center" style={{ fontSize: '0.9rem' }}>
34+
<div className="d-flex flex-column" style={{ fontSize: '0.9rem' }}>
3535
<div className="d-flex flex-row align-items-center">
36-
<span className="font-italic">{`<prompt>: `}</span>
37-
<span className="font-italic">ask your question</span>
38-
</div>
36+
<span className="font-italic m-1">{`<prompt>: `}</span>
37+
<span>ask your question</span></div>
3938
<div className="d-flex flex-row align-items-center">
40-
<span className="font-italic">{`/w <prompt>: `}</span>
41-
<span>modify your code</span>
42-
</div>
39+
<span className="font-italic m-1">{`/w <prompt>: `}</span>
40+
<span>modify your code</span></div>
4341
<div className="d-flex flex-row align-items-center">
44-
<span className="font-italic">{`/c <prompt>: `}</span>
45-
<span>continue fixing compilation</span>
46-
</div>
42+
<span className="font-italic m-1">{`/c <prompt>: `}</span>
43+
<span>continue fixing compilation</span></div>
4744
<div className="d-flex flex-row align-items-center">
48-
<span className="font-italic">{`/g <prompt>: `}</span>
49-
<span>generate a new workspace</span>
50-
</div>
45+
<span className="font-italic m-1">{`/g <prompt>: `}</span>
46+
<span>generate a new workspace</span></div>
5147
</div>
52-
<div className="d-flex flex-column w-100 mt-3">
48+
<div className="d-flex flex-column mt-3">
5349
{DEFAULT_SUGGESTIONS.map((s, index) => (
5450
<button
5551
key={s}

0 commit comments

Comments
 (0)