charles_c 5 hónapja
szülő
commit
fcb7deeeb7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/app/exchange-points/page.js

+ 1 - 1
src/app/exchange-points/page.js

@@ -192,7 +192,7 @@ export default function ExchangePage() {
           <h1 className="text-xl font-bold ml-4">积分兑换</h1>
           <h1 className="text-xl font-bold ml-4">积分兑换</h1>
           <button
           <button
             onClick={() => setIsRulesOpen(true)}
             onClick={() => setIsRulesOpen(true)}
-            className="ml-auto px-4 py-2 bg-blue-500 hover:bg-blue-400 rounded-lg transition-colors"
+            className="ml-auto px-4 py-2 font-bold bg-blue-500 hover:bg-blue-400 rounded-lg transition-colors"
           >
           >
             兑换规则
             兑换规则
           </button>
           </button>