diff --git a/apps/www/__registry__/default/example/button-loading.tsx b/apps/www/__registry__/default/example/button-loading.tsx index bdce9478b0..a279026bd9 100644 --- a/apps/www/__registry__/default/example/button-loading.tsx +++ b/apps/www/__registry__/default/example/button-loading.tsx @@ -4,9 +4,11 @@ import { Button } from "@/registry/default/ui/button" export default function ButtonLoading() { return ( - +
+ +
) } diff --git a/apps/www/registry/default/example/button-loading.tsx b/apps/www/registry/default/example/button-loading.tsx index bdce9478b0..a279026bd9 100644 --- a/apps/www/registry/default/example/button-loading.tsx +++ b/apps/www/registry/default/example/button-loading.tsx @@ -4,9 +4,11 @@ import { Button } from "@/registry/default/ui/button" export default function ButtonLoading() { return ( - +
+ +
) } diff --git a/apps/www/registry/new-york/example/button-loading.tsx b/apps/www/registry/new-york/example/button-loading.tsx index df0ca032d4..196f342b61 100644 --- a/apps/www/registry/new-york/example/button-loading.tsx +++ b/apps/www/registry/new-york/example/button-loading.tsx @@ -4,9 +4,11 @@ import { Button } from "@/registry/new-york/ui/button" export default function ButtonLoading() { return ( - +
+ +
) }