瀏覽代碼

Update top-announcement.tsx

Stefan Pejcic 1 年之前
父節點
當前提交
ee25aba8e6
共有 1 個文件被更改,包括 11 次插入2 次删除
  1. 11 2
      documentation/src/refine-theme/top-announcement.tsx

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

@@ -131,8 +131,17 @@ const Text = () => {
             )}
         >
             <div className={clsx("ml-2", "not-prose")}>
-                <span className={clsx("font-semibold")}>Download is temporary disabled</span>{" "}
-                more information soon..
+                <span className={clsx("font-semibold")}>OpenPanel 0.1.7</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>
             </div>
         </a>
     );