add missing $ sign

This commit is contained in:
saml33 2022-08-25 12:59:38 +10:00
parent 8950504e56
commit 643e3287ed
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ function DepositModal({ isOpen, onClose, token }: ModalCombinedProps) {
<h2 className="mb-2 text-center">{t('deposit')}</h2>
<InlineNotification
type="info"
desc={`There is a ${ALPHA_DEPOSIT_LIMIT} deposit limit during alpha
desc={`There is a $${ALPHA_DEPOSIT_LIMIT} deposit limit during alpha
testing.`}
/>
<div className="mt-4 grid grid-cols-2 pb-6">