Fix typo in PreFooter.tsx (#1238)

This commit is contained in:
Stephen Hodgkiss 2018-03-04 02:08:15 +07:00 committed by Daniel Ternyak
parent b445a43488
commit c5da364e44

View File

@ -12,7 +12,7 @@ const PreFooter: React.SFC<Props> = ({ openModal }) => {
<p> <p>
MyCrypto.com does not hold your keys for you. We cannot access accounts, recover keys, MyCrypto.com does not hold your keys for you. We cannot access accounts, recover keys,
reset passwords, nor reverse transactions. Protect your keys & always check that you are reset passwords, nor reverse transactions. Protect your keys & always check that you are
on correct URL. <a onClick={openModal}>You are responsible for your security.</a> on the correct URL. <a onClick={openModal}>You are responsible for your security.</a>
</p> </p>
</div> </div>
</section> </section>