diff --git a/apps/frontend/src/components/new-launch/manage.modal.tsx b/apps/frontend/src/components/new-launch/manage.modal.tsx index 1f381c40..38ebfe33 100644 --- a/apps/frontend/src/components/new-launch/manage.modal.tsx +++ b/apps/frontend/src/components/new-launch/manage.modal.tsx @@ -99,9 +99,19 @@ export const ManageModal: FC = (props) => { const currentIntegration = integrations.find((p) => p.id === current)!; - return `${currentIntegration.name} (${capitalize( - currentIntegration.identifier.split('-').shift() - )})`; + return ( +
+
+ {currentIntegration.identifier} + +
+
{currentIntegration.name} Settings
+
+ ); }, [current]); const changeCustomer = useCallback( @@ -341,7 +351,9 @@ export const ManageModal: FC = (props) => { Create Post
-
+
= (props) => { showSettings ? '!rounded-b-none' : '' )} > -
- -
- {currentIntegrationText} Settings + {currentIntegrationText}
= (props) => { 'text-[14px] text-textColor font-[500] relative' )} > -
+