diff --git a/apps/ui/public/r/p-accordion-3.json b/apps/ui/public/r/p-accordion-3.json index d51b2ce9c..b0f615d59 100644 --- a/apps/ui/public/r/p-accordion-3.json +++ b/apps/ui/public/r/p-accordion-3.json @@ -9,7 +9,7 @@ "files": [ { "path": "registry/default/particles/p-accordion-3.tsx", - "content": "import {\n Accordion,\n AccordionItem,\n AccordionPanel,\n AccordionTrigger,\n} from \"@/registry/default/ui/accordion\";\n\nexport default function Particle() {\n return (\n \n \n What is Base UI?\n \n Base UI is a library of high-quality unstyled React components for\n design systems and web apps.\n \n \n \n How do I get started?\n \n Head to the \"Quick start\" guide in the docs. If you've used unstyled\n libraries before, you'll feel at home.\n \n \n \n Can I use it for my project?\n \n Of course! Base UI is free and open source.\n \n \n \n );\n}\n", + "content": "import {\n Accordion,\n AccordionItem,\n AccordionPanel,\n AccordionTrigger,\n} from \"@/registry/default/ui/accordion\";\n\nexport default function Particle() {\n return (\n \n \n What is Base UI?\n \n Base UI is a library of high-quality unstyled React components for\n design systems and web apps.\n \n \n \n How do I get started?\n \n Head to the \"Quick start\" guide in the docs. If you've used unstyled\n libraries before, you'll feel at home.\n \n \n \n Can I use it for my project?\n \n Of course! Base UI is free and open source.\n \n \n \n );\n}\n", "type": "registry:block" } ], diff --git a/apps/ui/registry/default/particles/p-accordion-3.tsx b/apps/ui/registry/default/particles/p-accordion-3.tsx index 71c7541f6..6da9a8b09 100644 --- a/apps/ui/registry/default/particles/p-accordion-3.tsx +++ b/apps/ui/registry/default/particles/p-accordion-3.tsx @@ -7,7 +7,7 @@ import { export default function Particle() { return ( - + What is Base UI?