Update app.tsx

Update tooltip messaging
pull/5370/head
Joseph Izang 7 months ago committed by GitHub
parent 632a13850c
commit 3e4f3ad7da
  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