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)}>
|
||||
<IntegrationBadge
|
||||
svgId={props.svgId + "-react"}
|
||||
label="React Platform"
|
||||
label="Features"
|
||||
integration={reactPlatform}
|
||||
/>
|
||||
<IntegrationBadge
|
||||
svgId={props.svgId + "-ui"}
|
||||
label="UI Framework"
|
||||
label="Limits"
|
||||
integration={uiFramework}
|
||||
/>
|
||||
<IntegrationBadge
|
||||
svgId={props.svgId + "-data"}
|
||||
label="Data Provider"
|
||||
label="Integrations"
|
||||
integration={dataProvider}
|
||||
/>
|
||||
<IntegrationBadge
|
||||
svgId={props.svgId + "-auth"}
|
||||
label="Auth Provider"
|
||||
label="Support"
|
||||
integration={authProvider}
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user