Update template-detail.tsx

This commit is contained in:
Stefan Pejcic
2024-06-07 02:06:57 +02:00
committed by GitHub
parent 6fcd87ed09
commit 70b0019328

View File

@@ -64,8 +64,8 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
"landing-md:px-2 landing-md:py-3",
)}
>
<CommonCircleChevronRight />
lifetime plan (249)
<CommonCircleChevronRight />
</Link>
<h1
className={clsx(
@@ -150,7 +150,7 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
"text-xs landing-md:text-base",
)}
>
Purchase
Purchase License
</span>
</ProjectLink>
)}
@@ -163,7 +163,7 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
"text-xs landing-md:text-base",
)}
>
Download
Free Download
</span>
</ProjectLink>
)}