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