Skip to content

Commit

Permalink
fix: thread heading on bot browse page
Browse files Browse the repository at this point in the history
  • Loading branch information
TopETH committed May 13, 2024
1 parent 7a6615e commit 7e0852a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/masterbots.ai/components/shared/thread-heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ export function ThreadHeading({
</div>

{response ? (
<div className="overflow-hidden text-sm text-left opacity-50 flex-1 space-y-2 mt-3 mx-10">
<div
className={`overflow-hidden text-sm text-left opacity-50 flex-1 space-y-2 mt-3 ${isBot ? '' : 'mx-10'}`}
>
<ShortMessage content={response} />
</div>
) : null}
Expand Down

0 comments on commit 7e0852a

Please sign in to comment.