Rename thinking to thought in timeline (#1704)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user