Update status position (#1124)
This commit is contained in:
committed by
GitHub
parent
0e2653a2c3
commit
1183f09967
@@ -499,8 +499,10 @@ const ToolCallCard: React.FC<{
|
|||||||
<div className="inline-block w-full flex flex-col gap-4">
|
<div className="inline-block w-full flex flex-col gap-4">
|
||||||
<HeaderWrapper {...headerProps} className={headerClassName}>
|
<HeaderWrapper {...headerProps} className={headerClassName}>
|
||||||
<span className=" min-w-0 flex items-center gap-1.5">
|
<span className=" min-w-0 flex items-center gap-1.5">
|
||||||
{entryType && getStatusIndicator(entryType)}
|
<span>
|
||||||
{entryType && getEntryIcon(entryType)}
|
{entryType && getStatusIndicator(entryType)}
|
||||||
|
{entryType && getEntryIcon(entryType)}
|
||||||
|
</span>
|
||||||
{showInlineSummary ? (
|
{showInlineSummary ? (
|
||||||
<span className="font-light">{inlineText}</span>
|
<span className="font-light">{inlineText}</span>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user