Skip to content

Commit

Permalink
docs: naming fix (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Aug 7, 2024
1 parent 55a2fc6 commit 0fd8064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/ui/choosing-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/ui/styled/Decomposition.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0fd8064

Please sign in to comment.