From 0fd80646b974b056102f4b9d9acfb02dab234f00 Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Tue, 6 Aug 2024 17:18:30 -0700 Subject: [PATCH] docs: naming fix (#652) --- apps/docs/content/docs/ui/choosing-ui.mdx | 2 +- apps/docs/content/docs/ui/styled/Decomposition.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/docs/ui/choosing-ui.mdx b/apps/docs/content/docs/ui/choosing-ui.mdx index 661ce6874..333199831 100644 --- a/apps/docs/content/docs/ui/choosing-ui.mdx +++ b/apps/docs/content/docs/ui/choosing-ui.mdx @@ -44,7 +44,7 @@ Example excerpt from the thread.tsx template: If you want to start with the default assistant-ui look and feel, use Styled Components. If you want to completely change the UI from the get-go, use `shadcn-ui`. -The Baseline method receives automatic CSS style updates/bug fixes. +The Styled Components method receives automatic CSS style updates/bug fixes. The shadcn-ui method requires you to manually update the CSS styles. Both methods receive functionality updates and bug fixes via the Primitives. diff --git a/apps/docs/content/docs/ui/styled/Decomposition.mdx b/apps/docs/content/docs/ui/styled/Decomposition.mdx index 4b83232d2..7ecbdb855 100644 --- a/apps/docs/content/docs/ui/styled/Decomposition.mdx +++ b/apps/docs/content/docs/ui/styled/Decomposition.mdx @@ -4,7 +4,7 @@ title: Decomposition ## Overview -The Baseline components can be decomposed into smaller components. At each level, you can swap out a specific component with your own custom component. +The Styled Components can be decomposed into smaller components. At each level, you can swap out a specific component with your own custom component. ## Thread