ai seo engine badge with logo sideabr and marketingsite

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-20 10:38:23 +00:00
parent b0a1125dd4
commit 961b67862e
5 changed files with 30 additions and 35 deletions

View File

@@ -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.">