Update LocalUrl.tsx

pull/2756/head
yann300 3 years ago
parent 2d168ef184
commit c8bcbd7072
  1. 1
      apps/vyper/src/app/components/LocalUrl.tsx

@ -26,7 +26,6 @@ function LocalUrlInput({ url, setUrl, environment }: Props) {
type="email"
placeholder="eg http://localhost:8000/compile" />
<Form.Text className="text-muted">
The url to your local compiler
</Form.Text>
</Form.Group>
</Form>

Loading…
Cancel
Save