Update template-detail.tsx

This commit is contained in:
Stefan Pejcic 2024-06-07 02:19:23 +02:00 committed by GitHub
parent fa17027e7d
commit bd117b81c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,11 +188,13 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
"landing-lg:pl-4 landing-lg:pr-6", "landing-lg:pl-4 landing-lg:pr-6",
)} )}
> >
{data.runOnYourLocalPath && (
<div className={clsx("mb-2 landing-sm:mb-4")}> <div className={clsx("mb-2 landing-sm:mb-4")}>
<CommonRunLocalPrompt <CommonRunLocalPrompt
path={data.runOnYourLocalPath} path={data.runOnYourLocalPath}
/> />
</div> </div>
)}
<div className={clsx("not-prose")}> <div className={clsx("not-prose")}>
<h2 <h2
className={clsx( className={clsx(