Skip to content

Commit 47a7904

Browse files
committed
Merge branch 'main' of https://github.com/zayne-labs/ui
2 parents db9c67c + 26ce82a commit 47a7904

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import { Code2Icon, CpuIcon, LayersIcon, LeafIcon, PaintbrushIcon, PuzzleIcon }
2222
manual annotations are needed.
2323
</Card>
2424
<Card title="Tree-shakeable" icon={<LeafIcon />}>
25-
Each component lives at its own entry point. You can import only what you use to eliminate
26-
dead code automatically.
25+
Each component lives at its own entry point. You can import only what you use to eliminate dead code
26+
automatically.
2727
</Card>
2828
<Card title="Compound components" icon={<PuzzleIcon />}>
2929
UI components use a compound pattern (`Component.Root`, `Component.Part`) for maximum composition

0 commit comments

Comments
 (0)