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
fa17027e7d
commit
bd117b81c9
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user