diff --git a/app/components/ens/nameLookup.js b/app/components/ens/nameLookup.js index 2358c93..880d302 100644 --- a/app/components/ens/nameLookup.js +++ b/app/components/ens/nameLookup.js @@ -23,7 +23,7 @@ import StatusLogo from '../../ui/icons/components/StatusLogo' import EnsLogo from '../../ui/icons/logos/ens.png'; import { formatPrice } from '../ens/utils'; import CheckCircle from '../../ui/icons/components/baseline_check_circle_outline.png'; -import WarningIcon from '../../ui/icons/svg/warning.svg'; +import Warning from '../../ui/components/Warning'; const { getPrice, getExpirationTime, release } = UsernameRegistrar.methods; import NotInterested from '@material-ui/icons/NotInterested'; import Face from '@material-ui/icons/Face'; @@ -297,12 +297,7 @@ const LookupForm = ({ handleSubmit, values, handleChange, justSearch }) => ( onChange={handleChange} required wide /> - {!justSearch && -
- - Names are made with
letters and numbers only -
- } + {!justSearch && Names are made with
letters and numbers only
}