stlyes fixes
This commit is contained in:
@@ -28,7 +28,7 @@ const workflowSteps = [
|
||||
description: 'Import your target keywords manually or from CSV',
|
||||
href: '/planner/keyword-opportunities',
|
||||
actionLabel: 'Add',
|
||||
color: 'text-blue-600 dark:text-blue-400',
|
||||
color: 'text-brand-600 dark:text-brand-400',
|
||||
},
|
||||
{
|
||||
num: 2,
|
||||
@@ -46,7 +46,7 @@ const workflowSteps = [
|
||||
description: 'Create content ideas from your keyword clusters',
|
||||
href: '/planner/ideas',
|
||||
actionLabel: 'Ideas',
|
||||
color: 'text-orange-600 dark:text-orange-400',
|
||||
color: 'text-warning-600 dark:text-warning-400',
|
||||
},
|
||||
{
|
||||
num: 4,
|
||||
@@ -55,7 +55,7 @@ const workflowSteps = [
|
||||
description: 'Convert approved ideas into content tasks',
|
||||
href: '/writer/tasks',
|
||||
actionLabel: 'Tasks',
|
||||
color: 'text-indigo-600 dark:text-indigo-400',
|
||||
color: 'text-purple-600 dark:text-purple-400',
|
||||
},
|
||||
{
|
||||
num: 5,
|
||||
@@ -64,7 +64,7 @@ const workflowSteps = [
|
||||
description: 'AI writes SEO-optimized articles from tasks',
|
||||
href: '/writer/content',
|
||||
actionLabel: 'Write',
|
||||
color: 'text-green-600 dark:text-green-400',
|
||||
color: 'text-success-600 dark:text-success-400',
|
||||
},
|
||||
{
|
||||
num: 6,
|
||||
@@ -73,7 +73,7 @@ const workflowSteps = [
|
||||
description: 'Create featured images and media for articles',
|
||||
href: '/writer/images',
|
||||
actionLabel: 'Images',
|
||||
color: 'text-pink-600 dark:text-pink-400',
|
||||
color: 'text-purple-600 dark:text-purple-400',
|
||||
},
|
||||
{
|
||||
num: 7,
|
||||
@@ -82,7 +82,7 @@ const workflowSteps = [
|
||||
description: 'Quality check and approve generated content',
|
||||
href: '/writer/review',
|
||||
actionLabel: 'Review',
|
||||
color: 'text-amber-600 dark:text-amber-400',
|
||||
color: 'text-warning-600 dark:text-warning-400',
|
||||
},
|
||||
{
|
||||
num: 8,
|
||||
@@ -91,7 +91,7 @@ const workflowSteps = [
|
||||
description: 'Push approved content to your WordPress site',
|
||||
href: '/writer/published',
|
||||
actionLabel: 'Publish',
|
||||
color: 'text-emerald-600 dark:text-emerald-400',
|
||||
color: 'text-purple-600 dark:text-purple-400',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user