remove compiler version number

pull/4423/head
ryestew 11 months ago committed by Aniket
parent 67d3f78816
commit 9bfde910c0
  1. 2
      apps/vyper/src/app/app.tsx

@ -85,7 +85,7 @@ const App: React.FC = () => {
</div>
<ToggleButtonGroup name="remote" className="mb-3" onChange={setEnvironment} type="radio" value={state.environment}>
<ToggleButton data-id="remote-compiler" variant="secondary" name="remote" value="remote">
Remote Compiler v0.3.10
Remote Compiler
</ToggleButton>
<ToggleButton data-id="local-compiler" variant="secondary" name="local" value="local">
Local Compiler

Loading…
Cancel
Save