We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ee3b8 commit 4cca792Copy full SHA for 4cca792
renderer/src/common/components/layout/top-nav/index.tsx
@@ -38,7 +38,7 @@ function TopNavLinks() {
38
data-[status=active]:focus:bg-transparent data-[status=hover]:bg-transparent"
39
asChild
40
>
41
- <LinkViewTransition to="/">Installed</LinkViewTransition>
+ <LinkViewTransition to="/">MCP Servers</LinkViewTransition>
42
</NavigationMenuLink>
43
</NavigationMenuItem>
44
<NavigationMenuItem>
renderer/src/routes/index.tsx
@@ -58,7 +58,7 @@ export function Index() {
58
59
return (
60
<>
61
- <TitlePage title="Installed">
+ <TitlePage title="MCP Servers">
62
{workloads.length > 0 && (
63
<div className="ml-auto flex gap-2">
64
<RefreshButton refresh={refetch} />
0 commit comments