Skip to content

Commit fe88547

Browse files
BunsDevclaude
andauthored
Replace File View sidebar link with Skills page (#169)
* Fix marketing Vercel output config * Replace File View sidebar link with Skills page The Skills page was only accessible via the command palette. This makes it directly accessible from the sidebar navigation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9ce99f9 commit fe88547

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web/src/components/Sidebar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
ChevronRightIcon,
55
EyeIcon,
66
EyeOffIcon,
7-
FileCodeIcon,
7+
ZapIcon,
88
FolderIcon,
99
GitMergeIcon,
1010
GitPullRequestIcon,
@@ -2101,10 +2101,10 @@ export default function Sidebar() {
21012101
<SidebarMenuButton
21022102
size="sm"
21032103
className="gap-2 px-2 py-1.5 text-muted-foreground/70 hover:bg-accent hover:text-foreground"
2104-
onClick={() => void navigate({ to: "/file-view" })}
2104+
onClick={() => void navigate({ to: "/skills" })}
21052105
>
2106-
<FileCodeIcon className="size-3.5" />
2107-
<span className="text-xs">File View</span>
2106+
<ZapIcon className="size-3.5" />
2107+
<span className="text-xs">Skills</span>
21082108
</SidebarMenuButton>
21092109
</SidebarMenuItem>
21102110
<SidebarMenuItem>

0 commit comments

Comments
 (0)