mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update template-detail.tsx
This commit is contained in:
parent
5400b9155d
commit
878f3548d5
@ -4,7 +4,7 @@ import Link from "@docusaurus/Link";
|
|||||||
import { CommonLayout } from "@site/src/refine-theme/common-layout";
|
import { CommonLayout } from "@site/src/refine-theme/common-layout";
|
||||||
import { CommonHeader } from "@site/src/refine-theme/common-header";
|
import { CommonHeader } from "@site/src/refine-theme/common-header";
|
||||||
import { LandingFooter } from "@site/src/refine-theme/landing-footer";
|
import { LandingFooter } from "@site/src/refine-theme/landing-footer";
|
||||||
import { CommonCircleChevronLeft } from "./common-circle-chevron-left";
|
import { CommonCircleChevronRight } from "./common-circle-chevron-right";
|
||||||
import { ShareIcon } from "./icons/share";
|
import { ShareIcon } from "./icons/share";
|
||||||
import * as Icons from "@site/src/assets/integration-icons";
|
import * as Icons from "@site/src/assets/integration-icons";
|
||||||
import ReactMarkdown from "react-markdown";
|
import ReactMarkdown from "react-markdown";
|
||||||
@ -33,7 +33,7 @@ type Props = {
|
|||||||
|
|
||||||
export const TemplatesDetail: FC<Props> = ({ data }) => {
|
export const TemplatesDetail: FC<Props> = ({ data }) => {
|
||||||
return (
|
return (
|
||||||
<CommonLayout description="Build React-based internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.">
|
<CommonLayout description="Host websites and manage users with unmatched flexibility.">
|
||||||
<div>
|
<div>
|
||||||
<CommonHeader />
|
<CommonHeader />
|
||||||
<div
|
<div
|
||||||
@ -50,7 +50,7 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
|
|||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<Link
|
<Link
|
||||||
to="/templates"
|
to="/products"
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"text-base",
|
"text-base",
|
||||||
"font-semibold",
|
"font-semibold",
|
||||||
@ -64,8 +64,8 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
|
|||||||
"landing-md:px-2 landing-md:py-3",
|
"landing-md:px-2 landing-md:py-3",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<CommonCircleChevronLeft />
|
<CommonCircleChevronRight />
|
||||||
Back to templates
|
lifetime plan (249€)
|
||||||
</Link>
|
</Link>
|
||||||
<h1
|
<h1
|
||||||
className={clsx(
|
className={clsx(
|
||||||
|
Loading…
Reference in New Issue
Block a user