-
-
+
+ {!isWebGlReady ? (
+
+ ) : null}
+
)
diff --git a/apps/www/public/r/registry.json b/apps/www/public/r/registry.json
index 724c9df2e..ec7e83ecd 100644
--- a/apps/www/public/r/registry.json
+++ b/apps/www/public/r/registry.json
@@ -569,22 +569,7 @@
"path": "registry/magicui/retro-grid.tsx",
"type": "registry:ui"
}
- ],
- "cssVars": {
- "theme": {
- "animate-grid": "grid 15s linear infinite"
- }
- },
- "css": {
- "@keyframes grid": {
- "0%": {
- "transform": "translateY(-50%)"
- },
- "100%": {
- "transform": "translateY(0)"
- }
- }
- }
+ ]
},
{
"name": "animated-list",
diff --git a/apps/www/public/r/retro-grid.json b/apps/www/public/r/retro-grid.json
index 3e77bcd8e..9ca925691 100644
--- a/apps/www/public/r/retro-grid.json
+++ b/apps/www/public/r/retro-grid.json
@@ -7,23 +7,8 @@
"files": [
{
"path": "registry/magicui/retro-grid.tsx",
- "content": "import { cn } from \"@/lib/utils\"\n\ninterface RetroGridProps extends React.HTMLAttributes