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
1d84727c03
commit
16436741c1
@ -314,22 +314,22 @@ const Integrations = (props: {
|
|||||||
<div className={clsx(className)}>
|
<div className={clsx(className)}>
|
||||||
<IntegrationBadge
|
<IntegrationBadge
|
||||||
svgId={props.svgId + "-react"}
|
svgId={props.svgId + "-react"}
|
||||||
label="React Platform"
|
label="Features"
|
||||||
integration={reactPlatform}
|
integration={reactPlatform}
|
||||||
/>
|
/>
|
||||||
<IntegrationBadge
|
<IntegrationBadge
|
||||||
svgId={props.svgId + "-ui"}
|
svgId={props.svgId + "-ui"}
|
||||||
label="UI Framework"
|
label="Limits"
|
||||||
integration={uiFramework}
|
integration={uiFramework}
|
||||||
/>
|
/>
|
||||||
<IntegrationBadge
|
<IntegrationBadge
|
||||||
svgId={props.svgId + "-data"}
|
svgId={props.svgId + "-data"}
|
||||||
label="Data Provider"
|
label="Integrations"
|
||||||
integration={dataProvider}
|
integration={dataProvider}
|
||||||
/>
|
/>
|
||||||
<IntegrationBadge
|
<IntegrationBadge
|
||||||
svgId={props.svgId + "-auth"}
|
svgId={props.svgId + "-auth"}
|
||||||
label="Auth Provider"
|
label="Support"
|
||||||
integration={authProvider}
|
integration={authProvider}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user