Skip to content

Commit

Permalink
remove compiler version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ryestew authored and Aniket-Engg committed Jan 10, 2024
1 parent 67d3f78 commit 9bfde91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vyper/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bfde91

Please sign in to comment.