diff --git a/packages/ghost-ui/src/app/foundations/page.tsx b/packages/ghost-ui/src/app/foundations/page.tsx index 560b170..6825a16 100644 --- a/packages/ghost-ui/src/app/foundations/page.tsx +++ b/packages/ghost-ui/src/app/foundations/page.tsx @@ -83,11 +83,14 @@ export default function FoundationsIndex() {
{item.description}
diff --git a/packages/ghost-ui/src/app/ui/page.tsx b/packages/ghost-ui/src/app/ui/page.tsx
index 0451f28..3bba503 100644
--- a/packages/ghost-ui/src/app/ui/page.tsx
+++ b/packages/ghost-ui/src/app/ui/page.tsx
@@ -100,7 +100,7 @@ export default function DesignLanguageIndex() {
{item.description} diff --git a/packages/ghost-ui/src/components/docs/dock.tsx b/packages/ghost-ui/src/components/docs/dock.tsx index ca4d956..5bb1f7a 100644 --- a/packages/ghost-ui/src/components/docs/dock.tsx +++ b/packages/ghost-ui/src/components/docs/dock.tsx @@ -37,7 +37,7 @@ import { cn } from "@/lib/utils"; const nav: { name: string; path: string; icon: LucideIcon }[] = [ { name: "Home", path: "/", icon: Home }, { name: "Tools", path: "/tools", icon: Wrench }, - { name: "Design Language", path: "/ui", icon: Palette }, + { name: "UI", path: "/ui", icon: Palette }, ]; export function Dock() { diff --git a/packages/ghost-ui/src/components/docs/hero.tsx b/packages/ghost-ui/src/components/docs/hero.tsx index 126ece2..ce79afb 100644 --- a/packages/ghost-ui/src/components/docs/hero.tsx +++ b/packages/ghost-ui/src/components/docs/hero.tsx @@ -101,7 +101,7 @@ export function Hero() { className="mt-4 text-center text-muted-foreground leading-relaxed whitespace-nowrap" style={{ fontSize: "clamp(0.875rem, 1.5vw, 1.125rem)" }} > - design infrastructure for decentralized systems. + tooling for decentralized design