diff --git a/apps/www/public/llms-full.txt b/apps/www/public/llms-full.txt
index 528ffc5dd..38d2e2214 100644
--- a/apps/www/public/llms-full.txt
+++ b/apps/www/public/llms-full.txt
@@ -8489,7 +8489,7 @@ export function InteractiveHoverButton({
)}
{...props}
>
-
+
{children}
diff --git a/apps/www/public/r/interactive-hover-button.json b/apps/www/public/r/interactive-hover-button.json
index d1f0b48e2..a03bde458 100644
--- a/apps/www/public/r/interactive-hover-button.json
+++ b/apps/www/public/r/interactive-hover-button.json
@@ -5,7 +5,7 @@
"files": [
{
"path": "registry/magicui/interactive-hover-button.tsx",
- "content": "import { ArrowRight } from \"lucide-react\"\n\nimport { cn } from \"@/lib/utils\"\n\nexport function InteractiveHoverButton({\n children,\n className,\n ...props\n}: React.ButtonHTMLAttributes) {\n return (\n \n )\n}\n",
+ "content": "import { ArrowRight } from \"lucide-react\"\n\nimport { cn } from \"@/lib/utils\"\n\nexport function InteractiveHoverButton({\n children,\n className,\n ...props\n}: React.ButtonHTMLAttributes) {\n return (\n \n )\n}\n",
"type": "registry:ui"
}
]
diff --git a/apps/www/registry/magicui/interactive-hover-button.tsx b/apps/www/registry/magicui/interactive-hover-button.tsx
index 41d7e9f53..6aab0d85a 100644
--- a/apps/www/registry/magicui/interactive-hover-button.tsx
+++ b/apps/www/registry/magicui/interactive-hover-button.tsx
@@ -15,7 +15,7 @@ export function InteractiveHoverButton({
)}
{...props}
>
-