From e89f9319b3796cb3b3524574e6089e161f4e1034 Mon Sep 17 00:00:00 2001 From: sazzadulalambd Date: Wed, 13 May 2026 13:59:39 +0600 Subject: [PATCH] feat: rename Templates tab to Email & SMS Templates --- src/app/admin/settings/page.tsx | 386 ++++++++++++++++---------------- 1 file changed, 193 insertions(+), 193 deletions(-) diff --git a/src/app/admin/settings/page.tsx b/src/app/admin/settings/page.tsx index 2587ed0..1079840 100644 --- a/src/app/admin/settings/page.tsx +++ b/src/app/admin/settings/page.tsx @@ -1128,7 +1128,7 @@ export default function CompanySettingsPage() { { id: 'riderrequest', label: 'Rider Request Plan (P2)', icon: Users }, { id: 'parts', label: 'EV Parts', icon: Package }, - { id: 'templates', label: 'Templates', icon: FileText }, + { id: 'templates', label: 'Email & SMS Templates', icon: FileText }, ]; return ( @@ -1152,221 +1152,221 @@ export default function CompanySettingsPage() { )}
-
-
-

Company Settings

-

Manage your company information and configurations

-
- {/* */} -
- - {saved && ( -
- Settings saved successfully! -
- )} - -
-
-
-
- {activeTab === 'general' && ( - - )} + {saved && ( +
+ Settings saved successfully! +
+ )} - {activeTab === 'branding' && ( - - )} +
+
+ +
- {activeTab === 'social' && ( - - )} +
+ {activeTab === 'general' && ( + + )} - {activeTab === 'integration' && ( - - )} + {activeTab === 'branding' && ( + + )} - {activeTab === 'landing' && ( - - )} + {activeTab === 'social' && ( + + )} - {activeTab === 'kyc' && ( - - )} + {activeTab === 'integration' && ( + + )} - {activeTab === 'parts' && ( - - )} + {activeTab === 'landing' && ( + + )} - {activeTab === 'companyPolicy' && ( - - )} - - {activeTab === 'plans' && ( - - )} - - {activeTab === 'investment' && ( - - )} - - { - activeTab === 'swapstation' && ( - )} - { - activeTab === 'riderrequest' && ( - )} - {activeTab === 'templates' && ( - - )} + {activeTab === 'companyPolicy' && ( + + )} + {activeTab === 'plans' && ( + + )} + + {activeTab === 'investment' && ( + + )} + + { + activeTab === 'swapstation' && ( + + )} + + { + activeTab === 'riderrequest' && ( + + )} + + {activeTab === 'templates' && ( + + )} + +
+ +
- - -
); } \ No newline at end of file