From b8ebea648577da1cfef80d57ad4b898af9479720 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 12 Jul 2024 09:25:51 +0200 Subject: [PATCH] Update demo-section.tsx --- documentation/src/refine-theme/demo-section.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/src/refine-theme/demo-section.tsx b/documentation/src/refine-theme/demo-section.tsx index f9cea4ba..8b7ac260 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 { LandingStartActionIcon } from "./icons/landing-start-action"; +import { OpenPanelLogoIcon } from "./icons/openpanel-logo"; import Link from "@docusaurus/Link"; export const LandingTryItSection = ({ className }: { className?: string }) => { @@ -108,7 +108,7 @@ const LandingTryItOptionsSection = ({ "hover:!no-underline", )} > - + OpenPanel Demo @@ -214,7 +214,7 @@ const LandingTryItOptionsSection = ({ "hover:!no-underline", )} > - + OpenAdmin Demo