Update LocalUrl.tsx

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

@ -26,11 +26,10 @@ 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>
)
}
export default LocalUrlInput;
export default LocalUrlInput;

Loading…
Cancel
Save