modify default message in plugin ui

pull/3601/head
Joseph Izang 2 years ago
parent 9f28aab515
commit b7c9a2bf1e
  1. 2
      apps/doc-gen/src/app/App.tsx

@ -29,7 +29,7 @@ const App = () => {
return (
<div className="p-3">
<h5 className="h-5 mb-3">Compile a Solidity contract and generate its documentation as Markdown. (Shortcut: right-click on a contract in the File Explorer and select "Generate Docs" from the context menu.).</h5>
<h5 className="h-5 mb-3">Compile a Solidity contract and generate its documentation as Markdown. (Right-click on a contract in the File Explorer and select "Generate Docs" from the context menu.).</h5>
{fileName && <div className="border-bottom border-top px-2 py-3 justify-center align-items-center d-flex">
<h6>File: {fileName}</h6>
</div>}

Loading…
Cancel
Save