pull/5370/head
Aniket-Engg 2 years ago committed by Aniket
parent 69384992b0
commit 4e309860a7
  1. 2
      libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

@ -557,7 +557,7 @@ export const EditorUI = (props: EditorUIProps) => {
<div> <div>
Make sure you fully understand this code before deploying or interacting with it. Don't get scammed! Make sure you fully understand this code before deploying or interacting with it. Don't get scammed!
<div className='mt-2'> <div className='mt-2'>
Running untrusted code can put your wallet <span className='text-warning'> at risk </span>. In a worst-case scenario, you could <span className='text-warning'>loose all your money</span>. Running untrusted code can put your wallet <span className='text-warning'> at risk </span>. In a worst-case scenario, you could <span className='text-warning'>lose all your money</span>.
</div> </div>
<div className='text-warning mt-2'>If you don't fully understand it, please don't run this code.</div> <div className='text-warning mt-2'>If you don't fully understand it, please don't run this code.</div>
<div className='mt-2'> <div className='mt-2'>

Loading…
Cancel
Save