Fixes sidebar

This commit is contained in:
Alex
2023-10-30 22:41:35 +00:00
parent 5d1ec6a9c8
commit 6476e688e5
5 changed files with 22 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ export default function Hero({ className = '' }: { className?: string }) {
<div className={`mt-14 mb-12 flex flex-col `}>
<div className="mb-10 flex items-center justify-center ">
<p className="mr-2 text-4xl font-semibold">DocsGPT</p>
<img src={DocsGPT3} alt="DocsGPT" />
<img className="mb-2 h-14" src={DocsGPT3} alt="DocsGPT" />
</div>
<p className="mb-3 text-center leading-6 text-black-1000">
Welcome to DocsGPT, your technical documentation assistant!