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
bdecb2dc3d
commit
bf7384b0bd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user