diff --git a/frontend/index.html b/frontend/index.html index f3f6186e..36c27b3b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -67,10 +67,10 @@ /> diff --git a/frontend/src/screens/dashboard/docsqa/DocsQaInformation.tsx b/frontend/src/screens/dashboard/docsqa/DocsQaInformation.tsx index 2427d19d..29b7fb1b 100644 --- a/frontend/src/screens/dashboard/docsqa/DocsQaInformation.tsx +++ b/frontend/src/screens/dashboard/docsqa/DocsQaInformation.tsx @@ -10,7 +10,7 @@ interface DocsQaInformationProps { const DocsQaInformation = ({ header, subHeader }: DocsQaInformationProps) => { return (
-

{header}

+

{header}

{subHeader}

How it works?