Skip to content

Commit 8631b4d

Browse files
committed
fix comment
1 parent 695b7db commit 8631b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/ui/src/features/sessions/components/chat-thread

packages/ui/src/features/sessions/components/chat-thread/ChatThread.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function formatTimestamp(ts: number): string {
210210
}
211211

212212
/**
213-
* Hover-revealed timestamp rendered left-aligned under agent-side content (the end-aligned user
213+
* Hover-revealed timestamp rendered right-aligned under agent-side content (the end-aligned user
214214
* bubble keeps its own right-aligned footer). Sits inside a `group` container so it fades in only
215215
* while that container is hovered. Shown once per completed agent turn (under the turn card)
216216
* rather than on every message — per-row it was too noisy.

0 commit comments

Comments
 (0)