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
592a78f8ad
commit
34dd3669ea
@ -49,24 +49,6 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<Link
|
|
||||||
to="/lifetime-plan"
|
|
||||||
className={clsx(
|
|
||||||
"text-base",
|
|
||||||
"font-semibold",
|
|
||||||
"dark:text-gray-400 text-gray-500",
|
|
||||||
"hover:dark:text-gray-400 hover:text-gray-500",
|
|
||||||
"hover:no-underline",
|
|
||||||
"flex",
|
|
||||||
"items-center",
|
|
||||||
"gap-2",
|
|
||||||
"px-0 py-0",
|
|
||||||
"landing-md:px-2 landing-md:py-3",
|
|
||||||
)}
|
|
||||||
>
|
|
||||||
<CommonCircleChevronRight />
|
|
||||||
lifetime plan (249€)
|
|
||||||
</Link>
|
|
||||||
<h1
|
<h1
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"dark:text-gray-0 text-gray-900",
|
"dark:text-gray-0 text-gray-900",
|
||||||
|
Loading…
Reference in New Issue
Block a user