Update template-detail.tsx

This commit is contained in:
Stefan Pejcic 2024-06-07 01:45:25 +02:00 committed by GitHub
parent 5dc7026b95
commit 88f74aa243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,7 +150,7 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
"text-xs landing-md:text-base", "text-xs landing-md:text-base",
)} )}
> >
Tutorial Purchase
</span> </span>
</ProjectLink> </ProjectLink>
)} )}
@ -163,7 +163,7 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
"text-xs landing-md:text-base", "text-xs landing-md:text-base",
)} )}
> >
Source code Download
</span> </span>
</ProjectLink> </ProjectLink>
)} )}