fix: chore UI (#2125)
This commit is contained in:
parent
2f4bffdbef
commit
98b7fd2c3b
@ -69,7 +69,7 @@ const ModalTroubleShooting: React.FC = () => {
|
|||||||
>
|
>
|
||||||
Discord
|
Discord
|
||||||
</a>
|
</a>
|
||||||
& send it to #🆘|get-help channel for further support.
|
& send it to #🆘|get-help channel for further support.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -207,7 +207,7 @@ const SimpleTextMessage: React.FC<ThreadMessage> = (props) => {
|
|||||||
{messages[messages.length - 1]?.id === props.id &&
|
{messages[messages.length - 1]?.id === props.id &&
|
||||||
(props.status === MessageStatus.Pending || tokenSpeed > 0) && (
|
(props.status === MessageStatus.Pending || tokenSpeed > 0) && (
|
||||||
<p className="absolute right-8 text-xs font-medium text-foreground">
|
<p className="absolute right-8 text-xs font-medium text-foreground">
|
||||||
Token Speed: {Number(tokenSpeed).toFixed(2)}/s
|
Token Speed: {Number(tokenSpeed).toFixed(2)}t/s
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user