Ver Fonte

Update top-announcement.tsx

Stefan Pejcic há 1 ano atrás
pai
commit
ea6adab49a
1 ficheiros alterados com 2 adições e 11 exclusões
  1. 2 11
      documentation/src/refine-theme/top-announcement.tsx

+ 2 - 11
documentation/src/refine-theme/top-announcement.tsx

@@ -131,17 +131,8 @@ const Text = () => {
             )}
             )}
         >
         >
             <div className={clsx("ml-2", "not-prose")}>
             <div className={clsx("ml-2", "not-prose")}>
-                <span className={clsx("font-semibold")}>OpenPanel 0.1.6</span>{" "}
-                is out! Give it a spin and tell us what you think
-                <span
-                    className={clsx(
-                        "text-refine-cyan-alt hover:text-refine-cyan-alt",
-                        "font-semibold",
-                        "ml-2",
-                    )}
-                >
-                    Installation instructions
-                </span>
+                <span className={clsx("font-semibold")}>Download is temporary disabled</span>{" "}
+                more information soon..
             </div>
             </div>
         </a>
         </a>
     );
     );