ai seo engine badge with logo sideabr and marketingsite
This commit is contained in:
@@ -598,19 +598,6 @@ export default function ContentCalendar() {
|
||||
<p className="text-gray-600 dark:text-gray-400">Loading calendar...</p>
|
||||
</div>
|
||||
</Card>
|
||||
) : queueItems.length === 0 && approvedItems.length === 0 ? (
|
||||
<Card className="p-12 text-center">
|
||||
<CalendarIcon className="w-12 h-12 mx-auto text-gray-400 mb-4" />
|
||||
<h3 className="text-lg font-medium text-gray-900 dark:text-white mb-2">
|
||||
No content to schedule
|
||||
</h3>
|
||||
<p className="text-gray-600 dark:text-gray-400 mb-4">
|
||||
Approve content from the review queue to schedule for publishing.
|
||||
</p>
|
||||
<Button variant="outline" onClick={() => navigate('/writer/review')}>
|
||||
Go to Review Queue
|
||||
</Button>
|
||||
</Card>
|
||||
) : viewMode === 'list' ? (
|
||||
/* List View */
|
||||
<ComponentCard title="Publishing Queue" desc="Drag items to reorder or drag from sidebar to add.">
|
||||
|
||||
Reference in New Issue
Block a user