Update template-detail.tsx

This commit is contained in:
Stefan Pejcic 2024-06-08 12:21:36 +02:00 committed by GitHub
parent bdecb2dc3d
commit bf7384b0bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,19 +136,6 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
</span>
</ProjectLink>
)}
{data.github && (
<ProjectLink to={data.github}>
<GithubIcon width={16} height={16} />
<span
className={clsx(
"font-semibold",
"text-xs landing-md:text-base",
)}
>
Contribute on GitHub
</span>
</ProjectLink>
)}
</div>
<Integrations
svgId="mobile"