Skip to content

Commit

Permalink
Rename thinking to thought in timeline (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng authored Feb 3, 2025
1 parent b4f2ec9 commit 0fff763
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function ThoughtCard({ thought, onClick, active }: Props) {
<div className="flex justify-between">
<div className="flex gap-3">
<BrainIcon className="size-6" />
<span>Thinking</span>
<span>Thought</span>
</div>
<div className="flex items-center gap-1 rounded-sm bg-slate-elevation5 px-2 py-1">
<QuestionMarkIcon className="size-4" />
Expand Down

0 comments on commit 0fff763

Please sign in to comment.