diff --git a/content/docs/breadcrumb.mdx b/content/docs/breadcrumb.mdx index 069fbdb..0ba26b2 100644 --- a/content/docs/breadcrumb.mdx +++ b/content/docs/breadcrumb.mdx @@ -226,7 +226,7 @@ import { Link } from "next/link"; -### BreadCrumb variants +### BreadCrumb Variants By default, the Breadcrumb component uses the `default` variant for each item. You can change the variant by passing the `variant` prop to the `BreadcrumbItem` component. diff --git a/src/registry/default/example/breadcrumb-demo.tsx b/src/registry/default/example/breadcrumb-demo.tsx index 2166db5..879f377 100644 --- a/src/registry/default/example/breadcrumb-demo.tsx +++ b/src/registry/default/example/breadcrumb-demo.tsx @@ -19,11 +19,11 @@ const BreadCrumbTest = () => { - Settings + Settings - Account + Account ); diff --git a/src/registry/default/example/breadcrumb/breadcrumb-popover.tsx b/src/registry/default/example/breadcrumb/breadcrumb-popover.tsx index 17c805f..23647b3 100644 --- a/src/registry/default/example/breadcrumb/breadcrumb-popover.tsx +++ b/src/registry/default/example/breadcrumb/breadcrumb-popover.tsx @@ -34,10 +34,10 @@ const BreadCrumbTest = () => { - Settings + Settings - Account + Account diff --git a/src/registry/default/example/breadcrumb/breadcrumb-separator.tsx b/src/registry/default/example/breadcrumb/breadcrumb-separator.tsx index 6c27c39..086ae69 100644 --- a/src/registry/default/example/breadcrumb/breadcrumb-separator.tsx +++ b/src/registry/default/example/breadcrumb/breadcrumb-separator.tsx @@ -20,13 +20,13 @@ const BreadCrumbTest = () => { - Settings + Settings - Account + Account ); diff --git a/src/registry/default/example/breadcrumb/breadcrumb-variants.tsx b/src/registry/default/example/breadcrumb/breadcrumb-variants.tsx index b08bb63..9a6d3aa 100644 --- a/src/registry/default/example/breadcrumb/breadcrumb-variants.tsx +++ b/src/registry/default/example/breadcrumb/breadcrumb-variants.tsx @@ -59,11 +59,11 @@ const BreadCrumbTest = () => { - Settings + Settings - Account + Account