From 2cfaa001e6f520602167696340a9d0d6135deaad Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Thu, 30 Mar 2023 12:55:29 +0100 Subject: [PATCH] remove h1 header. change tags for text --- apps/doc-gen/src/app/App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/doc-gen/src/app/App.tsx b/apps/doc-gen/src/app/App.tsx index 64079e2b2e..78b2dcdb5b 100644 --- a/apps/doc-gen/src/app/App.tsx +++ b/apps/doc-gen/src/app/App.tsx @@ -29,9 +29,8 @@ const App = () => { return (
-

Documentation generator

Compile a solidity contract in order to build documentation as markdown.

- {fileName &&
File: {fileName.split('/')[1].split('.')[0].concat('.sol')}
} + {fileName &&
File: {fileName.split('/')[1].split('.')[0].concat('.sol')}
} {hasBuild && }
)