|
@@ -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>
|