Skip to content

Commit 57acfc8

Browse files
committed
refactor: remove claude.md editor option from AppMenu
This commit removes the claude.md editor option from the AppMenu component, streamlining the menu options and improving the overall user interface. This change aligns with recent refactoring efforts to enhance the organization of the application.
1 parent 82ad5db commit 57acfc8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/layout/AppMenu.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@ export function AppMenu() {
5757
Agents.md editor
5858
</Button>
5959
</DropdownMenuItem>
60-
<DropdownMenuItem asChild>
61-
<Button
62-
variant="ghost"
63-
onClick={() => setMainView("claude-md-editor")}
64-
className="w-full justify-start"
65-
title="claude.md editor"
66-
>
67-
<FilePen className="w-4 h-4 mr-2" />
68-
claude.md editor
69-
</Button>
70-
</DropdownMenuItem>
7160
</DropdownMenuContent>
7261
</DropdownMenu>
7362
);

0 commit comments

Comments
 (0)