diff --git a/public/sprite.svg b/public/sprite.svg index 858019903..389f5bdfa 100644 --- a/public/sprite.svg +++ b/public/sprite.svg @@ -154,88 +154,88 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/src/components/Send.jsx b/src/components/Send.jsx index 722f331e3..af68194bb 100644 --- a/src/components/Send.jsx +++ b/src/components/Send.jsx @@ -20,6 +20,7 @@ import { SATS, formatBtc, formatSats } from '../utils' import { routes } from '../constants/routes' import styles from './Send.module.css' import { ConfirmModal } from './Modal' +import { jarInitial, jarName } from './jars/Jar' const IS_COINJOIN_DEFAULT_VAL = true // initial value for `minimum_makers` from the default joinmarket.cfg (last check on 2022-02-20 of v0.9.5) @@ -769,7 +770,7 @@ export default function Send() { .sort((lhs, rhs) => lhs.accountIndex - rhs.accountIndex) .map(({ accountIndex, totalBalance, calculatedTotalBalanceInSats }) => (