Browse Source

💄 style(pricing): 注释掉注册按钮文本

- 临时隐藏注册按钮文字,保留按钮元素结构
yourname 3 months ago
parent
commit
2aee2ca0d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/home/pages/PricingPage.tsx

+ 1 - 1
src/client/home/pages/PricingPage.tsx

@@ -63,7 +63,7 @@ export default function PricingPage() {
                 onClick={() => navigate('/register')}
                 className="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors font-medium"
               >
-                注册
+                {/* 注册 */}
               </button>
             </nav>
           </div>