diff options
| author | 2023-05-03 01:16:20 +0800 | |
|---|---|---|
| committer | 2023-05-03 01:16:20 +0800 | |
| commit | e639d23df44202c6b9e39c871d7a73dcc4fbc1e2 (patch) | |
| tree | 4c1c956d3db1c9f930b640c33d1dd641572a9942 /docs/components | |
| parent | 4bcfa277cae8cb79bde36eedfa9023860c703c4e (diff) | |
| download | HydroRoll-e639d23df44202c6b9e39c871d7a73dcc4fbc1e2.tar.gz HydroRoll-e639d23df44202c6b9e39c871d7a73dcc4fbc1e2.zip | |
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", }, ]; |
