Update cost range in MessageList component

- Updated the cost range displayed in the MessageList component from approximately $1.2 - $2.2 to approximately $0.1 - $0.5.
This commit is contained in:
Rankin Zheng 2023-10-11 23:51:57 +08:00 committed by bobo.yang
parent 6c07272bf2
commit 96b811fc3f

View File

@ -75,7 +75,7 @@ const MessageList = observer((props: any) => {
<Text fw={500}>Additional Cost Required</Text>
</Group>
</Card.Section>
<Text className={classes.cardDescription}>Will you pay approximately $1.2 - $ 2.2 for this task?</Text>
<Text className={classes.cardDescription}>Will you pay approximately $0.1 - $0.5 for this task?</Text>
<Group position="right" >
<Button size="xs" color="#ED6A45" className={classes.button} onClick={()=> chat.sendLastUserMessage() }>Yes</Button>
<Button size="xs" color="#ED6A45" className={classes.button} onClick={()=> chat.cancelDevchatAsk()}>No</Button>