diff --git a/documentation/src/refine-theme/demo-section.tsx b/documentation/src/refine-theme/demo-section.tsx index 8b7ac260..238dc70b 100644 --- a/documentation/src/refine-theme/demo-section.tsx +++ b/documentation/src/refine-theme/demo-section.tsx @@ -1,6 +1,6 @@ import React from "react"; import clsx from "clsx"; -import { OpenPanelLogoIcon } from "./icons/openpanel-logo"; +import { OpenPanelLogoIcon } from "./icons/small-openpanel-logo"; import Link from "@docusaurus/Link"; export const LandingTryItSection = ({ className }: { className?: string }) => {