Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(site/src/pages/AgentsPage): use an outlined icon button to add pr…
…oject memories
  • Loading branch information
f0ssel committed Sep 11, 2026
commit 7afdc2fb5d80724a39948f9a41e335e30064add0
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ export const ProjectMemorySection: FC<ProjectMemorySectionProps> = ({
</p>
</div>
<Button
variant="subtle"
variant="outline"
size="icon"
aria-label="Add memory"
className="text-content-secondary"
onClick={() => setEditingMemory(null)}
>
<PlusIcon />
Expand Down