Update app.tsx

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

@ -117,7 +117,7 @@ const App = () => {
<main id="vyper-plugin"> <main id="vyper-plugin">
<section> <section>
<div className="px-3 pt-3 mb-3 w-100"> <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."> <CustomTooltip placement="bottom" tooltipText="Clone a repo of 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()}> <Button data-id="add-repository" className="w-100 btn btn-secondary" onClick={() => remixClient.cloneVyperRepo()}>
Clone a repo of Vyper examples Clone a repo of Vyper examples
</Button> </Button>

Loading…
Cancel
Save