docs: added a note about db user create privilege (#4584)

* docs: added a note about db user create privilege

* added troubleshooting section
This commit is contained in:
Shahed Nasser
2023-07-21 17:39:43 +03:00
committed by GitHub
parent d22569f379
commit 9748d8b7c0
5 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default function DocItemContent({ children }: Props): JSX.Element {
badge && "md:tw-flex md:tw-items-center md:tw-gap-0.5 tw-mb-2"
)}
>
<Heading as="h1" className="!tw-mb-0">
<Heading as="h1" className={clsx(badge && "!tw-mb-0")}>
{syntheticTitle}
{badge && (
<Badge