diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/LogoContext/items.tsx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/components/LogoContext/items.tsx b/docs/components/LogoContext/items.tsx index 6ce1fe6..3d15c01 100644 --- a/docs/components/LogoContext/items.tsx +++ b/docs/components/LogoContext/items.tsx @@ -71,21 +71,21 @@ export const PRODUCT_MENU_ITEMS = ({ href: "https://nextjs.org", }, { - name: "turborepo", + name: "HydroRollAI", "aria-label": "Open Turborepo Home in New Tab", - disabled: site === "repo", - children: "Turborepo", + disabled: site === "AI", + children: "HydroRollAI", prefix: <TurborepoLogo className="mr-3 h-4 w-4" />, type: "internal", - href: "/repo", + href: "/AI", }, { - name: "turbopack", + name: "HydroRollTRPG", "aria-label": "Open Turbopack Home in New Tab", - disabled: site === "pack", - children: "Turbopack", + disabled: site === "TRPG", + children: "HydroRollTRPG", prefix: <TurbopackLogo className="mr-3 h-4 w-4" />, type: "internal", - href: "/pack", + href: "/TRPG", }, ]; |
