diff --git a/apps/web/src/app/components/page.tsx b/apps/web/src/app/components/page.tsx index 370f8469a3..2c191231eb 100644 --- a/apps/web/src/app/components/page.tsx +++ b/apps/web/src/app/components/page.tsx @@ -86,9 +86,9 @@ export default async function ComponentsPage() {
-

+

{category.name} -

+ {category.components.length} component {category.components.length > 1 && 's'} diff --git a/apps/web/src/components/sections/integration.tsx b/apps/web/src/components/sections/integration.tsx index d11c826558..3cbe36902e 100644 --- a/apps/web/src/components/sections/integration.tsx +++ b/apps/web/src/components/sections/integration.tsx @@ -15,6 +15,7 @@ const IntegrationSection = () => {
{ switch (component) { case 'Heading': return ( - + Ready-to-use Components ); diff --git a/apps/web/src/components/sections/playground/index.tsx b/apps/web/src/components/sections/playground/index.tsx index 3f1be8f6aa..de9fa25da3 100644 --- a/apps/web/src/components/sections/playground/index.tsx +++ b/apps/web/src/components/sections/playground/index.tsx @@ -31,6 +31,7 @@ const PlaygroundSection = () => {
{ return (
- + Battle-tested Primitives diff --git a/apps/web/src/components/sections/tools/index.tsx b/apps/web/src/components/sections/tools/index.tsx index dd2a203598..b20c20c161 100644 --- a/apps/web/src/components/sections/tools/index.tsx +++ b/apps/web/src/components/sections/tools/index.tsx @@ -9,7 +9,7 @@ const ToolsSection = () => {
- + Built-in deliverability tools
diff --git a/apps/web/src/components/sections/tools/interactive-demo.tsx b/apps/web/src/components/sections/tools/interactive-demo.tsx index 8e8121d7a1..315d0fcdf2 100644 --- a/apps/web/src/components/sections/tools/interactive-demo.tsx +++ b/apps/web/src/components/sections/tools/interactive-demo.tsx @@ -73,6 +73,7 @@ export const InteractiveDemo = () => {
- + {name}