补充按钮手形样式显示

This commit is contained in:
Eamon-meng
2026-03-13 14:30:48 +08:00
parent d83ad11241
commit a76e61beb0
2 changed files with 2 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ export default function CollectPage() {
<div className="text-blue-600 font-bold text-2xl md:text-2xl text-center md:text-left">
5000IP
</div>
<FreeTrial className={merge('bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md whitespace-nowrap')}/>
<FreeTrial className={merge('bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md whitespace-nowrap cursor-pointer')}/>
</div>
</div>
</div>