Skip to content

Commit 4cca792

Browse files
authored
feat: replace installed menu item (#502)
1 parent 35ee3b8 commit 4cca792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

renderer/src/common/components/layout/top-nav/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function TopNavLinks() {
3838
data-[status=active]:focus:bg-transparent data-[status=hover]:bg-transparent"
3939
asChild
4040
>
41-
<LinkViewTransition to="/">Installed</LinkViewTransition>
41+
<LinkViewTransition to="/">MCP Servers</LinkViewTransition>
4242
</NavigationMenuLink>
4343
</NavigationMenuItem>
4444
<NavigationMenuItem>

renderer/src/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function Index() {
5858

5959
return (
6060
<>
61-
<TitlePage title="Installed">
61+
<TitlePage title="MCP Servers">
6262
{workloads.length > 0 && (
6363
<div className="ml-auto flex gap-2">
6464
<RefreshButton refresh={refetch} />

0 commit comments

Comments
 (0)