Corrections on AddFundPop

This commit was merged in pull request #300.
This commit is contained in:
2023-07-13 03:21:52 +01:00
parent d2166d9578
commit 51bb8fc421
4 changed files with 105 additions and 182 deletions
@@ -63,7 +63,7 @@ export default function InputCom({
</span>
)}
{/* displays error is any */}
{error && <span className="text-[12px] text-red-500">{error}</span>}
{error && <span className="text-[12px] text-red-500 italic">{error}</span>}
</label>
)}
{forgotPassword && (