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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
import React from "react"; import React from "react";
import clsx from "clsx"; import clsx from "clsx";
import { OpenPanelLogoIcon } from "./icons/openpanel-logo"; import { OpenPanelLogoIcon } from "./icons/small-openpanel-logo";
import Link from "@docusaurus/Link"; import Link from "@docusaurus/Link";
export const LandingTryItSection = ({ className }: { className?: string }) => { export const LandingTryItSection = ({ className }: { className?: string }) => {