correct working in tooltip

pull/5370/head
Joseph Izang 1 year ago committed by Aniket
parent 38d59d9d8c
commit 224e4f62b2
  1. 2
      apps/vyper/src/app/app.tsx

@ -76,7 +76,7 @@ const App: React.FC = () => {
<div className="px-3 pt-3 mb-3 w-100">
<CustomTooltip
placement="bottom"
tooltipText="Clone vyper examples. Switch to the Vyper workspace to see the examples."
tooltipText="Clone Vyper examples. Switch to the File Explorer to see the examples."
>
<Button data-id="add-repository" className="w-100 text-dark bg-light btn-outline-primary " onClick={() => remixClient.cloneVyperRepo()}>
Clone Vyper examples repository

Loading…
Cancel
Save