fix warning msg

pull/2810/head
yann300 2 years ago committed by Aniket
parent 4b24c4f8fd
commit 4d6736419f
  1. 3
      apps/vyper/src/app/components/WarnRemote.tsx

@ -11,8 +11,7 @@ function WarnRemoteLabel({ environment }: Props) {
}
return (
<div className="alert alert-warning">It is really important to not use the remote compiler for production environment.
Please only use it for testing purpose and prefer to using a local compiler for production like environment.</div>
<div className="alert alert-warning">The remote compiler should only be used for testing NOT for production environments. For production, use a local compiler.</div>
)
}

Loading…
Cancel
Save