diff --git a/src/features/tenants/pages/NewTenantForm.tsx b/src/features/tenants/pages/NewTenantForm.tsx
index a6ef7e2..71a40e3 100644
--- a/src/features/tenants/pages/NewTenantForm.tsx
+++ b/src/features/tenants/pages/NewTenantForm.tsx
@@ -15,11 +15,11 @@ const errorClass = 'text-xs text-danger mt-1';
function CardHeader({ title, subtitle }: { title: string; subtitle?: string }) {
return (
-
+
-
{title}
- {subtitle &&
{subtitle}
}
+
{title}
+ {subtitle &&
{subtitle}
}
);
diff --git a/src/features/units/pages/NewUnit.tsx b/src/features/units/pages/NewUnit.tsx
index af2db57..91d0663 100644
--- a/src/features/units/pages/NewUnit.tsx
+++ b/src/features/units/pages/NewUnit.tsx
@@ -20,11 +20,11 @@ const UNIT_TYPES = ["Weight", "Length", "Volume", "Area", "Count", "Temperature"
function CardHeader({ title, subtitle }: { title: string; subtitle: string }) {
return (
-
+
-
{title}
-
{subtitle}
+
{title}
+
{subtitle}
);
diff --git a/src/features/users/pages/NewUser.tsx b/src/features/users/pages/NewUser.tsx
index 8984750..7b2cb2c 100644
--- a/src/features/users/pages/NewUser.tsx
+++ b/src/features/users/pages/NewUser.tsx
@@ -17,11 +17,11 @@ import { Breadcrumb } from "../../../components/layouts/Breadcrumb";
function CardHeader({ title, subtitle }: { title: string; subtitle?: string }) {
return (
-
+
-
{title}
- {subtitle &&
{subtitle}
}
+
{title}
+ {subtitle &&
{subtitle}
}
);
diff --git a/src/features/variants/pages/NewVariant.tsx b/src/features/variants/pages/NewVariant.tsx
index 0e252b7..6dbf41d 100644
--- a/src/features/variants/pages/NewVariant.tsx
+++ b/src/features/variants/pages/NewVariant.tsx
@@ -28,11 +28,11 @@ const errorClass = 'text-xs text-danger mt-1';
function CardHeader({ title, subtitle }: { title: string; subtitle: string }) {
return (
-
+
-
{title}
-
{subtitle}
+
{title}
+
{subtitle}
);
diff --git a/src/features/workflow/components/GeneralInfoTab.tsx b/src/features/workflow/components/GeneralInfoTab.tsx
index b41d975..744bfc5 100644
--- a/src/features/workflow/components/GeneralInfoTab.tsx
+++ b/src/features/workflow/components/GeneralInfoTab.tsx
@@ -18,11 +18,11 @@ export const GeneralInfoTab = () => {
{/* Basic Information */}
-
+
-
Basic Information
-
Name, code and description of this workflow
+
Basic Information
+
Name, code and description of this workflow
@@ -96,11 +96,11 @@ export const GeneralInfoTab = () => {
{/* Configuration */}
-
+
-
Configuration
-
Workflow behaviour and status settings
+
Configuration
+
Workflow behaviour and status settings
diff --git a/src/features/workflow/pages/NewWorkflow.tsx b/src/features/workflow/pages/NewWorkflow.tsx
index f7969de..8510191 100644
--- a/src/features/workflow/pages/NewWorkflow.tsx
+++ b/src/features/workflow/pages/NewWorkflow.tsx
@@ -284,7 +284,7 @@ export default function NewWorkflow() {
{/* STEP 1: Basic Information */}
{step === 1 && (
-
+
Step 1: Basic Information
@@ -383,7 +383,7 @@ export default function NewWorkflow() {
{/* STEP 2: Stages Designer */}
{step === 2 && (
-
+
@@ -636,7 +636,7 @@ export default function NewWorkflow() {
{/* STEP 3: Workflow Preview */}
{step === 3 && (
-
+
Step 3: Visual Path Preview
@@ -662,7 +662,7 @@ export default function NewWorkflow() {
{/* STEP 4: Summary Screen */}
{step === 4 && (