adding version msg

pull/5370/head
lianahus 3 years ago committed by Aniket
parent 7d2ad785b4
commit 7ce86593ec
  1. 2
      apps/vyper/src/app/app.tsx
  2. 2
      apps/vyper/src/app/components/LocalUrl.tsx

@ -89,7 +89,7 @@ const App: React.FC = () => {
value={state.environment} value={state.environment}
> >
<ToggleButton data-id="remote-compiler" variant="secondary" name="remote" value="remote"> <ToggleButton data-id="remote-compiler" variant="secondary" name="remote" value="remote">
Remote Compiler Remote Compiler v0.2.16
</ToggleButton> </ToggleButton>
<ToggleButton data-id="local-compiler" variant="secondary" name="local" value="local"> <ToggleButton data-id="local-compiler" variant="secondary" name="local" value="local">
Local Compiler Local Compiler

@ -20,7 +20,7 @@ function LocalUrlInput({ url, setUrl, environment }: Props) {
return ( return (
<Form id="local-url"> <Form id="local-url">
<Form.Group controlId="localUrl"> <Form.Group controlId="localUrl">
<label className="text-warning pb-4">Currently we support vyper version > 0.2.16</label> <Form.Label className="text-warning pb-4">Currently we support vyper version > 0.2.16</Form.Label>
<Form.Label>Local Compiler Url</Form.Label> <Form.Label>Local Compiler Url</Form.Label>
<Form.Control onBlur={updateUrl} <Form.Control onBlur={updateUrl}
defaultValue={url} defaultValue={url}

Loading…
Cancel
Save