forked from 77media/video-flow
去掉多余按钮
This commit is contained in:
parent
91751e5d95
commit
afa559ed33
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user