Family Account Items Icons

This commit was merged in pull request #289.
This commit is contained in:
2023-07-11 03:30:47 +01:00
parent 6c29f37a60
commit bcca701a6b
3 changed files with 12 additions and 14 deletions
+3 -5
View File
@@ -72,11 +72,9 @@ function AddFundPop({ _payment }) {
)}
</div>
</form>
{currency == "US Dollars" && (
<h1 className="mb-2 text-xl font-bold text-dark-gray dark:text-white px-4">
Payment Method
</h1>
)}
<h1 className="mb-2 text-xl font-bold text-dark-gray dark:text-white px-4 h-5">
{currency == "US Dollars" && "Payment Method"}
</h1>
<hr />
{/* SHOWS THIS IF USER CURRENCY IS DOLLARS */}