@@ -9,7 +9,7 @@ import { CustomTooltip } from "@remix-ui/helper"
99
1010const 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
0 commit comments