Update app.tsx

Update clone button text
pull/4747/head
Joseph Izang 7 months ago committed by GitHub
parent cd9af4bdb4
commit b8e38136be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/vyper/src/app/app.tsx

@ -119,7 +119,7 @@ const App = () => {
<div className="px-3 pt-3 mb-3 w-100">
<CustomTooltip placement="bottom" tooltipText="Clone Vyper examples. Switch to the File Explorer to see the examples.">
<Button data-id="add-repository" className="w-100 btn btn-secondary" onClick={() => remixClient.cloneVyperRepo()}>
Clone Snekmate repository
Clone a repo of Vyper examples
</Button>
</CustomTooltip>
</div>

Loading…
Cancel
Save