adding version msg

pull/2808/head
lianahus 2 years ago committed by Aniket
parent faab4146aa
commit 35e611faec
  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}
>
<ToggleButton data-id="remote-compiler" variant="secondary" name="remote" value="remote">
Remote Compiler
Remote Compiler v0.2.16
</ToggleButton>
<ToggleButton data-id="local-compiler" variant="secondary" name="local" value="local">
Local Compiler

@ -20,7 +20,7 @@ function LocalUrlInput({ url, setUrl, environment }: Props) {
return (
<Form id="local-url">
<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.Control onBlur={updateUrl}
defaultValue={url}

Loading…
Cancel
Save