去掉多余按钮

This commit is contained in:
海龙 2025-08-31 03:10:08 +08:00
parent 91751e5d95
commit afa559ed33

View File

@ -94,13 +94,13 @@ function ConfirmEmail({ t }: { t: string }) {
Verification Failed Verification Failed
</h2> </h2>
<p className="text-gray-300 text-center max-w-md">{message}</p> <p className="text-gray-300 text-center max-w-md">{message}</p>
<button {/* <button
data-alt="retry-button" data-alt="retry-button"
onClick={() => window.location.reload()} onClick={() => window.location.reload()}
className="mt-4 px-6 py-2 bg-gradient-to-r from-cyan-400 to-purple-600 text-white rounded-lg hover:from-cyan-500 hover:to-purple-700 transition-all duration-300 shadow-lg hover:shadow-xl transform hover:scale-105" className="mt-4 px-6 py-2 bg-gradient-to-r from-cyan-400 to-purple-600 text-white rounded-lg hover:from-cyan-500 hover:to-purple-700 transition-all duration-300 shadow-lg hover:shadow-xl transform hover:scale-105"
> >
Retry Verification Retry Verification
</button> </button> */}
</div> </div>
); );
} }