diff --git a/src/custom/docs/components/footer/index.tsx b/src/custom/docs/components/footer/index.tsx index fa2c074..967a841 100644 --- a/src/custom/docs/components/footer/index.tsx +++ b/src/custom/docs/components/footer/index.tsx @@ -1,4 +1,6 @@ -export const Footer = (props: { logo: JSX.Element, subtitle: string, columns: { +import { QuantinuumLogo } from "../../QuantinuumLogo"; + +export const Footer = (props: { subtitle: string, columns: { title: string; items: { name: string; @@ -10,7 +12,7 @@ export const Footer = (props: { logo: JSX.Element, subtitle: string, columns: {
- {props.logo} +