Update demo-section.tsx

This commit is contained in:
Stefan Pejcic
2024-07-12 09:26:27 +02:00
committed by GitHub
parent f848e1aa66
commit ccf775c86d

View File

@@ -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 }) => {