diff --git a/docs/10_domains/30_pharmaceutical_chemistry.mdx b/docs/10_domains/30_pharmaceutical_chemistry.mdx index eb0e7aa6..1e8efc59 100644 --- a/docs/10_domains/30_pharmaceutical_chemistry.mdx +++ b/docs/10_domains/30_pharmaceutical_chemistry.mdx @@ -3,7 +3,6 @@ title: "Medicinal / Pharmaceutical Chemistry" slug: "/pharmaceutical_chemistry" --- -import Methods from "@site/src/components/Methods.js"; import { LbeChip } from "@site/src/components/lbe/LbeElements.js"; import ElnFinderPharm from "@site/src/components/eln/ElnFinderPharm.js"; diff --git a/src/components/BulletBox.js b/src/components/BulletBox.js index 7ab17142..e4531556 100644 --- a/src/components/BulletBox.js +++ b/src/components/BulletBox.js @@ -1,18 +1,20 @@ +import clsx from "clsx"; + function BulletContainer({ children }) { - return