@@ -1086,7 +1086,7 @@ export function LlamaAI({ initialSessionId, sharedSession, readOnly = false, sho
10861086 handleStopRequest = { handleStopRequest }
10871087 isStreaming = { isStreaming }
10881088 initialValue = { prompt }
1089- placeholder = "Ask LlamaAI... Type @ to insert a protocol, chain"
1089+ placeholder = "Ask LlamaAI... Type @ to add a protocol, chain or stablecoin "
10901090 />
10911091 < RecommendedPrompts setPrompt = { setPrompt } submitPrompt = { submitPrompt } isPending = { isPending } />
10921092 </ >
@@ -1284,7 +1284,7 @@ export function LlamaAI({ initialSessionId, sharedSession, readOnly = false, sho
12841284 handleStopRequest = { handleStopRequest }
12851285 isStreaming = { isStreaming }
12861286 initialValue = { prompt }
1287- placeholder = "Reply to LlamaAI... Type @ to insert a protocol, chain"
1287+ placeholder = "Reply to LlamaAI... Type @ to add a protocol, chain or stablecoin "
12881288 />
12891289 ) }
12901290 </ div >
@@ -1321,7 +1321,7 @@ const PromptInput = memo(function PromptInput({
13211321
13221322 // Use different placeholder for mobile devices
13231323 const isMobile = useMedia ( '(max-width: 640px)' )
1324- const mobilePlaceholder = placeholder . replace ( 'Type @ to insert a protocol, chain' , '' )
1324+ const mobilePlaceholder = placeholder . replace ( 'Type @ to add a protocol, chain or stablecoin ' , '' )
13251325 const finalPlaceholder = isMobile ? mobilePlaceholder : placeholder
13261326
13271327 const combobox = Ariakit . useComboboxStore ( { defaultValue : initialValue } )
@@ -1693,7 +1693,7 @@ const PromptResponse = ({
16931693 < p className = "text-(--error)" > { error } </ p >
16941694 < button
16951695 onClick = { onRetry }
1696- className = "flex items-center justify-center gap-2 rounded-lg border border-(--old-blue) bg-(--old-blue)/12 px-4 py-2 text-(--old-blue) hover:bg-(--old-blue) hover:text-white"
1696+ className = "flex w-fit items-center justify-center gap-2 rounded-lg border border-(--old-blue) bg-(--old-blue)/12 px-4 py-2 text-(--old-blue) hover:bg-(--old-blue) hover:text-white"
16971697 >
16981698 < Icon name = "repeat" height = { 16 } width = { 16 } />
16991699 Retry
0 commit comments