From e0b496c4f94d455dc0325076e75da29301041c8d Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sun, 28 Dec 2025 17:53:45 +0700 Subject: [PATCH] feat: settings change --- .../components/new-launch/manage.modal.tsx | 30 +++++++++++++------ .../src/components/ui/icons/index.tsx | 10 ++++--- 2 files changed, 27 insertions(+), 13 deletions(-) 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' )} > -
+