@ -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.
<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>
Please only use it for testing purpose and prefer to using a local compiler for production like environment.</div>
)