This commit is contained in:
ManishMadan2882
2023-10-08 05:33:13 +05:30
parent accd65a26a
commit 7ee3f10a81
2 changed files with 6 additions and 5 deletions

View File

@@ -51,9 +51,11 @@ export default function About() {
</div>
<p>
Currently It uses <span className= "text-blue-950 font-medium">DocsGPT</span> documentation, so it will respond to
information relevant to <span className= "text-blue-950 font-medium">DocsGPT</span> . If you want to train it on different
documentation - please follow
Currently It uses{' '}
<span className="text-blue-950 font-medium">DocsGPT</span>{' '}
documentation, so it will respond to information relevant to{' '}
<span className="text-blue-950 font-medium">DocsGPT</span> . If you
want to train it on different documentation - please follow
<a
className="text-blue-500"
href="https://github.com/arc53/DocsGPT/wiki/How-to-train-on-other-documentation"

View File

@@ -148,8 +148,7 @@ const ConversationBubble = forwardRef<
}`}
>
<Copy
className={`hover:fill-gray-4000' } cursor-pointer
stroke-gray-4000`}
className={`cursor-pointer stroke-gray-4000 hover:fill-gray-4000`}
onClick={() => copy(message)}
></Copy>
<Like