diff --git a/src/custom/docs/components/footer/index.tsx b/src/custom/docs/components/footer/index.tsx index b45d1ae..f7e028a 100644 --- a/src/custom/docs/components/footer/index.tsx +++ b/src/custom/docs/components/footer/index.tsx @@ -1,7 +1,7 @@ import { QuantinuumLogo } from "../../QuantinuumLogo"; import { Separator } from "src"; -const FooterConfig = { +const footerConfig = { columns: [ { name: "Products", @@ -74,7 +74,7 @@ export const Footer = () => {
- {FooterContent.map((col) => { + {footerConfig.map((col) => { return (