Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions src/components/client/memory-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const MemoryHeader = ({ postId }: MemoryHeaderProps) => {
</div>
</div>
</div>
<div className="flex items-center gap-2">
{/* <div className="flex items-center gap-2">
<Button variant="outline" size="sm">
<Share2 className="mr-2 h-4 w-4" />
Share
Expand All @@ -51,7 +51,7 @@ export const MemoryHeader = ({ postId }: MemoryHeaderProps) => {
<Edit className="mr-2 h-4 w-4" />
Edit
</Button>
</div>
</div> */}
</div>
)
}
2 changes: 1 addition & 1 deletion src/components/client/memory-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const MemorySection = ({ postId }: MemorySectionProps) => {
</div>

<div className="space-y-6">
<MemoryActionsCard />
{/* <MemoryActionsCard /> */}
<MemoryInfoCard postId={postId} />
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions src/components/sidebar/sidebar-left.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ const data = {
url: "/dashboard",
icon: Home,
},
{
title: "Categories",
url: "/categories",
icon: Star,
},
// {
// title: "Categories",
// url: "/categories",
// icon: Star,
// },
],
// navSecondary: [
// {
Expand Down