From c529e72552838d5306622dbef64ea83956e72383 Mon Sep 17 00:00:00 2001 From: Orenoid Date: Mon, 9 Dec 2024 12:34:45 +0800 Subject: [PATCH] chore: comment out beta warning in InitializationPanel --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80dc48d..67d7e44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,10 +188,10 @@ function InitializationPanel({ onClose }: { onClose: () => void }) {
{/* Beta warning */} -
+ {/*
{t('betaWarning')} -
+
*/} {/* Welcome message */}
{/* Logo and Title */}