mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update demo-section.tsx
This commit is contained in:
@@ -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",
|
||||
)}
|
||||
>
|
||||
<LandingStartActionIcon />
|
||||
<OpenPanelLogoIcon />
|
||||
<span className={clsx("text-base", "font-semibold")}>
|
||||
OpenPanel Demo
|
||||
</span>
|
||||
@@ -214,7 +214,7 @@ const LandingTryItOptionsSection = ({
|
||||
"hover:!no-underline",
|
||||
)}
|
||||
>
|
||||
<LandingStartActionIcon />
|
||||
<OpenPanelLogoIcon />
|
||||
<span className={clsx("text-base", "font-semibold")}>
|
||||
OpenAdmin Demo
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user